mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue