Zotero.isFx4 should mean Gecko 2+

This commit is contained in:
Simon Kornblith 2011-04-23 17:29:16 +00:00
parent 17f6259125
commit 32a15fed87

View File

@ -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) {