Missed file in previous commit
This commit is contained in:
parent
19c6e59bab
commit
4f9d39614b
|
@ -184,6 +184,7 @@ var Zotero = new function(){
|
|||
var appInfo =
|
||||
Components.classes["@mozilla.org/xre/app-info;1"].
|
||||
getService(Components.interfaces.nsIXULAppInfo)
|
||||
this.appName = appInfo.name;
|
||||
this.isFx2 = appInfo.platformVersion.indexOf('1.8') === 0; // TODO: remove
|
||||
this.isFx3 = appInfo.platformVersion.indexOf('1.9') === 0;
|
||||
this.isFx30 = appInfo.platformVersion == '1.9'
|
||||
|
|
Loading…
Reference in New Issue
Block a user