From c0bf2b91f61ceb96520b9946fa5d41b11319f700 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 25 Nov 2016 14:08:50 -0500 Subject: [PATCH] Don't shut down Firefox on startup error (since 693c0286) --- components/zotero-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/zotero-service.js b/components/zotero-service.js index 9d8de54b2..b4560eb30 100644 --- 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();