commit 8efbfb7c74141dcfd7f22347ea580f023b6232c1
parent fbca2e5c5274f8d3abf8385324b77baee6ea59d3
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 19 Sep 2017 02:35:04 -0400
Close import progress window on error
Fixes https://github.com/retorquere/zotero-better-bibtex/issues/719
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js
@@ -365,6 +365,7 @@ var Zotero_File_Interface = new function() {
collections: importCollection ? [importCollection.id] : null
});
} catch(e) {
+ progressWin.close();
Zotero.logError(e);
Zotero.alert(
null,