diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index da4f71f7f0..1ed6ed54f8 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -2098,7 +2098,7 @@ Zotero.Browser = new function() { hiddenBrowser.docShell.allowJavascript = options.allowJavaScript !== false hiddenBrowser.docShell.allowMetaRedirects = false; hiddenBrowser.docShell.allowPlugins = false; - Zotero.debug("Created hidden browser (" + (nBrowsers++) + ")"); + Zotero.debug("Created hidden browser (" + (++nBrowsers) + ")"); return hiddenBrowser; }