allow setString to be called multiple times over the lifetime of a Zotero.Translate object
fixes issues retrieving multiple items from Google Scholar
This commit is contained in:
parent
daada078a2
commit
efe3121805
|
@ -1022,6 +1022,7 @@ Zotero.Translate.Import.prototype.Sandbox = Zotero.Translate.Sandbox._inheritFro
|
||||||
*/
|
*/
|
||||||
Zotero.Translate.Import.prototype.setString = function(string) {
|
Zotero.Translate.Import.prototype.setString = function(string) {
|
||||||
this._string = string;
|
this._string = string;
|
||||||
|
this._io = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user