diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index f22f5d760b..d176a13ecc 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -195,6 +195,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js"); this.platformVersion = appInfo.platformVersion; this.platformMajorVersion = parseInt(appInfo.platformVersion.match(/^[0-9]+/)[0]); this.isFx = true; + this.isClient = true; this.isStandalone = Services.appinfo.ID == ZOTERO_CONFIG['GUID']; if (Zotero.isStandalone) {