Fix broken error reporting
This commit is contained in:
parent
1977ae1541
commit
a97d70da9e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
body += key + '=' + encodeURIComponent(parts[key]) + '&';
|
||||
}
|
||||
body = body.substr(0, body.length - 1);
|
||||
Zotero.Utilities.HTTP.doPost("http://www.zotero.org/repo/report", body,
|
||||
Zotero.HTTP.doPost("http://www.zotero.org/repo/report", body,
|
||||
_sendErrorReportCallback);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue