diff options
Diffstat (limited to 'readable.js')
-rwxr-xr-x | readable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readable.js b/readable.js index a4640c9..6e6a489 100755 --- a/readable.js +++ b/readable.js @@ -22,7 +22,7 @@ function readable() /* if we're running from a browser extension, rather than a page */ if(document == undefined) - var document = window.content.document; + document = window.content.document; /* if readable_original is set, then the readable version is currently active, * so switch to the readable_original html */ |