From 7397c20c5ef1c1079408f7eb31b66b066d04d672 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 24 Oct 2010 00:19:55 +0100 Subject: Tiny cleanup --- readable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() "
" + "

" + document.title + "

" + fresh.innerHTML + "
"; + + return 0; } readable() -- cgit v1.2.3