diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 05f4b826e2..4c74f690dd 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -455,7 +455,7 @@ if(appInfo.platformVersion[0] >= 2) { Zotero.Repo.init(); } else { Zotero.debug("Loading in full mode"); - _initFull(); + if(!_initFull()) return false; } this.initialized = true;