Fix HTTP breakage in bb1cbdff26
This commit is contained in:
parent
bbb6434524
commit
6b031249ac
1 changed files with 0 additions and 4 deletions
|
@ -1012,10 +1012,6 @@ Zotero.HTTP = new function() {
|
||||||
// Download complete
|
// Download complete
|
||||||
case 4:
|
case 4:
|
||||||
if (callback) {
|
if (callback) {
|
||||||
// Override the content charset
|
|
||||||
if (responseCharset) {
|
|
||||||
xmlhttp.channel.contentCharset = responseCharset;
|
|
||||||
}
|
|
||||||
callback(xmlhttp, data);
|
callback(xmlhttp, data);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue