diff --git a/reader/reader.js b/reader/reader.js index c5b939fb2..4470d8912 100644 --- a/reader/reader.js +++ b/reader/reader.js @@ -69,12 +69,6 @@ function startReaderView(article) { window.location = url; }); - //make findinpage search the sandboxed iframe and not the parent window - - window.find = function () { - rframe.contentWindow.find.apply(rframe.contentWindow, arguments); - }; - } //iframe hack to securely parse the document