www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2a8c5141236ae14619909de45e55e3b111be05ae
parent 7984bb195c7a567043dde3861eb7c4bab6c70a47
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 10 Feb 2011 01:58:47 +0000

don't show startup error twice in standalone


Diffstat:
Mchrome/content/zotero/standalone.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/standalone.js b/chrome/content/zotero/standalone.js @@ -32,6 +32,7 @@ var ZoteroStandalone = new function() if(!Zotero || !Zotero.initialized) { ZoteroPane.displayStartupError(); window.close(); + return; } ZoteroPane.init(); ZoteroPane.makeVisible();