diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js index f73cd10b1a..e6ce06ddab 100644 --- a/chrome/content/zotero/xpcom/http.js +++ b/chrome/content/zotero/xpcom/http.js @@ -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;