Fix hang for invalid DOI in translation-server /search
This commit is contained in:
parent
a937c99f09
commit
4fdfdd341b
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ Zotero.Utilities.Translate.prototype.processDocuments = async function (urls, pr
|
|||
Zotero.debug("ZU.processDocuments() now takes only 3 arguments -- update your code");
|
||||
var onDone = arguments[2];
|
||||
var onError = arguments[3];
|
||||
noCompleteOnError = false;
|
||||
}
|
||||
|
||||
var translate = this._translate;
|
||||
|
|
Loading…
Add table
Reference in a new issue