commit b3ab9a96dcb7e35b5cd58d593049fc5b8aa1d3ae parent 698e70fb793c19bbd8cef0212f6c2269cb037820 Author: Simon Kornblith <simon@simonster.com> Date: Wed, 7 Nov 2012 12:55:13 -0500 Tweak to processDocuments Diffstat:
| M | 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 @@ -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; }