Fix broken error reporting

This commit is contained in:
Dan Stillman 2010-12-14 17:39:06 +00:00
parent 1977ae1541
commit a97d70da9e

View file

@ -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);
}