www

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

commit fe1692fb164e0cd30d2a0f0527d22f0f8e34f79c
parent 3502bac60c6a6039d45c1480421191c12d5517b0
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  8 Jan 2009 08:38:07 +0000

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.


Diffstat:
Mchrome/content/zotero/browser.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js @@ -464,8 +464,6 @@ var Zotero_Browser = new function() { if(collection) { collection.addItem(item.getID()); } - - Zotero_Browser.progress.startCloseTimer(); } //////////////////////////////////////////////////////////////////////////////