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) {
|
if(!Zotero || !Zotero.initialized) {
|
||||||
ZoteroPane.displayStartupError();
|
ZoteroPane.displayStartupError();
|
||||||
window.close();
|
window.close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
ZoteroPane.init();
|
ZoteroPane.init();
|
||||||
ZoteroPane.makeVisible();
|
ZoteroPane.makeVisible();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user