fix error report submission
This commit is contained in:
parent
b5dd5b5e9f
commit
f0ff19fd05
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ Zotero.Translate.Web.prototype.complete = function(returnValue, error) {
|
||||||
var postBody = "id=" + encodeURIComponent(this.translator[0].translatorID) +
|
var postBody = "id=" + encodeURIComponent(this.translator[0].translatorID) +
|
||||||
"&lastUpdated=" + encodeURIComponent(this.translator[0].lastUpdated) +
|
"&lastUpdated=" + encodeURIComponent(this.translator[0].lastUpdated) +
|
||||||
"&diagnostic=" + encodeURIComponent(Zotero.getSystemInfo()) +
|
"&diagnostic=" + encodeURIComponent(Zotero.getSystemInfo()) +
|
||||||
"&errorData=" + encodeURIComponent(errorData);
|
"&errorData=" + encodeURIComponent(errorString);
|
||||||
Zotero.HTTP.doPost("http://www.zotero.org/repo/report", postBody);
|
Zotero.HTTP.doPost("http://www.zotero.org/repo/report", postBody);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue