Fix import translators in translation-server
This commit is contained in:
parent
819be60796
commit
c44af1c7bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue