diff options
author | Nick White <git@njw.me.uk> | 2011-06-24 18:50:44 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-24 18:50:44 +0100 |
commit | 166f2d37e968becb4deb6a6211ce63eb111685da (patch) | |
tree | 7acea2f30be68db4240eacfa2a680b0ea9af7694 /simplyread.js | |
parent | 46b278a007fdc87b9337015ad7208c257d0fdff1 (diff) |
Nice little cleanups
Diffstat (limited to 'simplyread.js')
-rwxr-xr-x | simplyread.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/simplyread.js b/simplyread.js index f7e3d3e..e7e9e27 100755 --- a/simplyread.js +++ b/simplyread.js @@ -1,8 +1,4 @@ -/* - * SimplyRead - Stop browsing, start reading - * - * See COPYING file for copyright, license and warranty details. - */ +/* See COPYING file for copyright, license and warranty details. */ if(window.content && window.content.document.simplyread_original === undefined) window.content.document.simplyread_original = false; |