Fix Utilities.HTTP.doHead() brokenness
This commit is contained in:
parent
26668a6e73
commit
3ce672756c
|
@ -407,7 +407,7 @@ Scholar.Utilities.HTTP = new function() {
|
||||||
var test = xmlhttp.open('HEAD', url, true);
|
var test = xmlhttp.open('HEAD', url, true);
|
||||||
|
|
||||||
xmlhttp.onreadystatechange = function(){
|
xmlhttp.onreadystatechange = function(){
|
||||||
_stateChange(xmlhttp, callback1, callback2);
|
_stateChange(xmlhttp, onDone);
|
||||||
};
|
};
|
||||||
|
|
||||||
xmlhttp.send(null);
|
xmlhttp.send(null);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user