www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c44af1c7bd93d7f4fd8b28f6a22785acb09ca9c2
parent 819be60796d2b8b0b512a6d157533b5a1fe81873
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 21 Aug 2017 22:16:58 +0200

Fix import translators in translation-server

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -152,7 +152,7 @@ Zotero.Translate.Sandbox = { if(translate._libraryID === false || translate._parentTranslator) { translate.newItems.push(item); if(translate._parentTranslator && Zotero.isFx && !Zotero.isBookmarklet) { - // Copy object so it is accessible to child translator + // Copy object so it is accessible to parent translator item = translate._sandboxManager.copyObject(item); item.complete = oldItem.complete; }