diff options
author | Nick White <git@njw.me.uk> | 2010-10-24 00:19:55 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-10-24 00:19:55 +0100 |
commit | 7397c20c5ef1c1079408f7eb31b66b066d04d672 (patch) | |
tree | aecb8d0936eeff6e97729d1d528dcba752dd6622 /readable.js | |
parent | 1c3d95862b98d71aaa45fdf4bfe166397609a108 (diff) |
Tiny cleanup
Diffstat (limited to 'readable.js')
-rwxr-xr-x | readable.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readable.js b/readable.js index 1446240..c0883f5 100755 --- a/readable.js +++ b/readable.js @@ -2,7 +2,6 @@ * Readable - makes webpages more readable * * See COPYING file for copyright, license and warranty details. - * */ if(original === undefined) var original = false; @@ -65,5 +64,7 @@ function readable() "<div style=\"width: 38em; margin: auto; text-align: justify;\">" + "<h1 style=\"text-align: center\">" + document.title + "</h1>" + fresh.innerHTML + "</div>"; + + return 0; } readable() |