diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 3dc25709d6..80b5c540c7 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -2053,7 +2053,7 @@ Zotero.Browser = new function() { // Create a hidden browser var hiddenBrowser = win.document.createElement("browser"); hiddenBrowser.setAttribute('type', 'content'); - hiddenBrowser.setAttribute('disablehistory', 'true'); + hiddenBrowser.setAttribute('disableglobalhistory', 'true'); win.document.documentElement.appendChild(hiddenBrowser); // Disable some features hiddenBrowser.docShell.allowAuth = false;