diff options
Diffstat (limited to 'viable.js')
-rwxr-xr-x | viable.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* See COPYING file for copyright, license and warranty details. */ -function simplyread-viable() { +function simplyread_viable() { var doc; doc = (document.body === undefined) ? window.content.document : document; |