Don't start the progress window close timer after every translated item is saved -- only call it at the end
This should fix premature closing when saving multiple items. It also means that translators must call Zotero.done() or else the window will stay open. This change is not being made on the 1.0 branch, since we don't want to have to push dozens of fixed translators.
This commit is contained in:
parent
3502bac60c
commit
fe1692fb16
1 changed files with 0 additions and 2 deletions
|
@ -464,8 +464,6 @@ var Zotero_Browser = new function() {
|
|||
if(collection) {
|
||||
collection.addItem(item.getID());
|
||||
}
|
||||
|
||||
Zotero_Browser.progress.startCloseTimer();
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue