From efe3121805beaddf3898561fb62eaefb5f43b4a9 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 17 Jan 2011 16:14:21 +0000 Subject: [PATCH] allow setString to be called multiple times over the lifetime of a Zotero.Translate object fixes issues retrieving multiple items from Google Scholar --- chrome/content/zotero/xpcom/translation/translate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index 38d8a0a5b..0c1e893eb 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -1022,6 +1022,7 @@ Zotero.Translate.Import.prototype.Sandbox = Zotero.Translate.Sandbox._inheritFro */ Zotero.Translate.Import.prototype.setString = function(string) { this._string = string; + this._io = false; } /**