From 9368e2d8e179a6e2972e82678f9facb73a9f7f33 Mon Sep 17 00:00:00 2001 From: JJfutbol Date: Wed, 9 Sep 2009 18:45:13 +0000 Subject: added return false to email,print,reload toolbar links git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@74 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 3d6a4fc..383dd0d 100755 --- a/js/readability.js +++ b/js/readability.js @@ -40,7 +40,7 @@ if (typeof console == 'undefined') // set up the toolbar widget toolBar.id = "readTools"; toolBar.innerHTML = 'Reload Original Page' + - 'Print Page' + + 'Print Page' + 'Email Page'; // we'll use the page title as our title, unfortunately not all sites use -- cgit v1.2.3