commit c0bf2b91f61ceb96520b9946fa5d41b11319f700
parent 412a7990b1114fa624cb13b67e8bee1ce5dddf12
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 25 Nov 2016 14:08:50 -0500
Don't shut down Firefox on startup error (since 693c0286)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/zotero-service.js b/components/zotero-service.js
@@ -352,7 +352,7 @@ function ZoteroService() {
throw e;
})
.then(function () {
- if (isStandalone) {
+ if (isStandalone()) {
if (zContext.Zotero.startupErrorHandler || zContext.Zotero.startupError) {
if (zContext.Zotero.startupErrorHandler) {
zContext.Zotero.startupErrorHandler();