From 1cf2585b41cf3550609bf977efd3aa2b5c98418d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 17 Jan 2017 02:58:22 -0500 Subject: [PATCH] Add Zotero.isClient To replace Zotero.isStandalone --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index f22f5d760..d176a13ec 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) {