don't show startup error twice in standalone
This commit is contained in:
parent
7984bb195c
commit
2a8c514123
|
@ -32,6 +32,7 @@ var ZoteroStandalone = new function()
|
|||
if(!Zotero || !Zotero.initialized) {
|
||||
ZoteroPane.displayStartupError();
|
||||
window.close();
|
||||
return;
|
||||
}
|
||||
ZoteroPane.init();
|
||||
ZoteroPane.makeVisible();
|
||||
|
|
Loading…
Reference in New Issue
Block a user