From 57665c1f55601efedb74ea1876ddac718227b28c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 24 Jun 2008 10:13:54 +0000 Subject: [PATCH] Define hidden browser as a content browser (for Firefox 3) --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index b593662c9..0e00b5260 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1710,6 +1710,7 @@ Zotero.Browser = new function() { // Create a hidden browser var hiddenBrowser = win.document.createElement("browser"); + hiddenBrowser.setAttribute('type', 'content'); hiddenBrowser.setAttribute('disablehistory', 'true'); win.document.documentElement.appendChild(hiddenBrowser); Zotero.debug("created hidden browser ("