Change error report URL
This commit is contained in:
parent
5d92a9c43d
commit
0d9cddaa34
|
@ -53,7 +53,7 @@
|
||||||
body += key + '=' + encodeURIComponent(parts[key]) + '&';
|
body += key + '=' + encodeURIComponent(parts[key]) + '&';
|
||||||
}
|
}
|
||||||
body = body.substr(0, body.length - 1);
|
body = body.substr(0, body.length - 1);
|
||||||
Zotero.HTTP.doPost("http://www.zotero.org/repo/report", body,
|
Zotero.HTTP.doPost("https://repo.zotero.org/repo/report", body,
|
||||||
_sendErrorReportCallback);
|
_sendErrorReportCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user