Skip to content

Commit

Permalink
Fix import translators in translation-server
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Oct 5, 2017
1 parent 819be60 commit c44af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/translation/translate.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit c44af1c

Please sign in to comment.