Tweak to processDocuments
This commit is contained in:
parent
698e70fb79
commit
b3ab9a96dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue