don't show startup error twice in standalone

This commit is contained in:
Simon Kornblith 2011-02-10 01:58:47 +00:00
parent 7984bb195c
commit 2a8c514123

View File

@ -32,6 +32,7 @@ var ZoteroStandalone = new function()
if(!Zotero || !Zotero.initialized) {
ZoteroPane.displayStartupError();
window.close();
return;
}
ZoteroPane.init();
ZoteroPane.makeVisible();