Fix HTTP breakage in bb1cbdff26
This commit is contained in:
parent
bbb6434524
commit
6b031249ac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user