BrowserView.js
authorAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 07:20:09 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 May 2015 07:20:09 +0000 (15:20 +0800)
BrowserView.js

index 9af31c6..14fc8a6 100644 (file)
@@ -317,7 +317,7 @@ BrowserView = new GType({
                 Seed.print("hide coverpop\n");
                 TabbedBrowser.browser.current_tab().get_web_view().execute_script("" +
                                 "document.getElementById('CoverPop-cover').style.display = 'none'; " +
-                                "document.body.setAttribute(style', '');" +
+                                "document.body.setAttribute('style', '');" +
                                 "document.documentElement.className= '';" +
                                 "document.getElementById('IL_INSEARCH').style.display = 'none'; " +
                                 "");