This commit is contained in:
parent
49a8d68e60
commit
5da77cf7ee
|
@ -941,6 +941,7 @@ Zotero.Translate.prototype._reportTranslationFailure = function(errorData) {
|
|||
if(this.translator[0].inRepository && Zotero.Prefs.get("reportTranslationFailure")) {
|
||||
var postBody = "ids[]="+escape(this.translator[0].translatorID)+
|
||||
"&lastUpdated="+escape(this.translator[0].lastUpdated)+
|
||||
"&extVersion="+escape(Zotero.version)+
|
||||
"&errorData="+escape(errorData);
|
||||
Zotero.Utilities.HTTP.doPost("http://www.zotero.org/repo/report", postBody);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user