www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 32a15fed875960fc004c64ab6e2ca72379877e4d
parent 17f6259125f712438d5b84afa3569c4aa1cbdb41
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 23 Apr 2011 17:29:16 +0000

Zotero.isFx4 should mean Gecko 2+


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -208,7 +208,7 @@ var Zotero = new function(){ this.isFx35 = appInfo.platformVersion.indexOf('1.9.1') === 0; this.isFx31 = this.isFx35; this.isFx36 = appInfo.platformVersion.indexOf('1.9.2') === 0; - this.isFx4 = appInfo.platformVersion[0] == 2; + this.isFx4 = appInfo.platformVersion[0] >= 2; this.isStandalone = appInfo.ID == ZOTERO_CONFIG['GUID']; if(this.isStandalone) {