Fix HTTP breakage in bb1cbdff26

This commit is contained in:
Dan Stillman 2017-11-08 02:18:33 -05:00
parent bbb6434524
commit 6b031249ac

View File

@ -1012,10 +1012,6 @@ Zotero.HTTP = new function() {
// Download complete
case 4:
if (callback) {
// Override the content charset
if (responseCharset) {
xmlhttp.channel.contentCharset = responseCharset;
}
callback(xmlhttp, data);
}
break;