Don't log XML error to console if OPTIONS response isn't XML
This commit is contained in:
parent
7d877ebc91
commit
1619491157
1 changed files with 1 additions and 0 deletions
|
@ -903,6 +903,7 @@ Zotero.Utilities.HTTP = new function() {
|
|||
xmlhttp.onreadystatechange = function() {
|
||||
_stateChange(xmlhttp, callback);
|
||||
};
|
||||
xmlhttp.overrideMimeType("text/plain");
|
||||
xmlhttp.send(null);
|
||||
return xmlhttp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue