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();