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) {
|
if(translate._libraryID === false || translate._parentTranslator) {
|
||||||
translate.newItems.push(item);
|
translate.newItems.push(item);
|
||||||
if(translate._parentTranslator && Zotero.isFx && !Zotero.isBookmarklet) {
|
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 = translate._sandboxManager.copyObject(item);
|
||||||
item.complete = oldItem.complete;
|
item.complete = oldItem.complete;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue