Add oscpu to error reports
This commit is contained in:
parent
7e6784a739
commit
171d072f31
|
@ -206,6 +206,7 @@ var Zotero = new function(){
|
||||||
this.isMac = (this.platform.substr(0, 3) == "Mac");
|
this.isMac = (this.platform.substr(0, 3) == "Mac");
|
||||||
this.isWin = (this.platform.substr(0, 3) == "Win");
|
this.isWin = (this.platform.substr(0, 3) == "Win");
|
||||||
this.isLinux = (this.platform.substr(0, 5) == "Linux");
|
this.isLinux = (this.platform.substr(0, 5) == "Linux");
|
||||||
|
this.oscpu = win.navigator.oscpu;
|
||||||
|
|
||||||
// Locale
|
// Locale
|
||||||
var ph = Components.classes["@mozilla.org/network/protocol;1?name=http"].
|
var ph = Components.classes["@mozilla.org/network/protocol;1?name=http"].
|
||||||
|
@ -716,6 +717,7 @@ var Zotero = new function(){
|
||||||
var info = {
|
var info = {
|
||||||
version: Zotero.version,
|
version: Zotero.version,
|
||||||
platform: Zotero.platform,
|
platform: Zotero.platform,
|
||||||
|
oscpu: Zotero.oscpu,
|
||||||
locale: Zotero.locale,
|
locale: Zotero.locale,
|
||||||
appName: appInfo.name,
|
appName: appInfo.name,
|
||||||
appVersion: appInfo.version,
|
appVersion: appInfo.version,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user