From 4c0e9e9390adfe8e7296598fc35ed8b52255b960 Mon Sep 17 00:00:00 2001 From: JJfutbol Date: Thu, 13 Aug 2009 07:02:12 +0000 Subject: - fixed bug where reload link wasn't returning false git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@73 d4e419ec-0920-11de-bbfd-a7c1bc4c261e --- js/readability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/readability.js b/js/readability.js index 92a9f5c..3d6a4fc 100755 --- a/js/readability.js +++ b/js/readability.js @@ -39,7 +39,7 @@ if (typeof console == 'undefined') // set up the toolbar widget toolBar.id = "readTools"; - toolBar.innerHTML = 'Reload Original Page' + + toolBar.innerHTML = 'Reload Original Page' + 'Print Page' + 'Email Page'; -- cgit v1.2.3