www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 416907a1963e0af2c1df0473f2edb3f058a454b1
parent d382f293caab047e65650c2f83710bb32808c7b5
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 24 Aug 2011 20:06:31 +0000

Fix breaking hidden browsers on Firefox 3.6


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -2298,7 +2298,6 @@ Zotero.Browser = new function() { hiddenBrowser.docShell.allowJavascript = false; hiddenBrowser.docShell.allowMetaRedirects = false; hiddenBrowser.docShell.allowPlugins = false; - hiddenBrowser.docShell.canExecuteScripts = false; Zotero.debug("created hidden browser (" + (win.document.getElementsByTagName('browser').length - 1) + ")"); return hiddenBrowser;