mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
This commit is contained in:
parent
49a8d68e60
commit
5da77cf7ee
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue