From b3ab9a96dcb7e35b5cd58d593049fc5b8aa1d3ae Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 7 Nov 2012 12:55:13 -0500 Subject: [PATCH] Tweak to processDocuments --- chrome/content/zotero/xpcom/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js index 6161cd1bc..28fc5b559 100644 --- a/chrome/content/zotero/xpcom/http.js +++ b/chrome/content/zotero/xpcom/http.js @@ -534,7 +534,7 @@ Zotero.HTTP = new function() { if(url === "about:blank") return; if(doc.readyState === "loading" && (firedLoadEvent++) < 120) { // Try again in a second - Zotero.setTimeout(onLoad.bind(this, e), 1000); + Zotero.setTimeout(onLoad.bind(this, {"currentTarget":hiddenBrowser}), 1000); return; }