Close import progress window on error
Fixes https://github.com/retorquere/zotero-better-bibtex/issues/719
This commit is contained in:
parent
fbca2e5c52
commit
8efbfb7c74
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user