Fix Utilities.HTTP.doHead() brokenness
This commit is contained in:
parent
26668a6e73
commit
3ce672756c
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ Scholar.Utilities.HTTP = new function() {
|
|||
var test = xmlhttp.open('HEAD', url, true);
|
||||
|
||||
xmlhttp.onreadystatechange = function(){
|
||||
_stateChange(xmlhttp, callback1, callback2);
|
||||
_stateChange(xmlhttp, onDone);
|
||||
};
|
||||
|
||||
xmlhttp.send(null);
|
||||
|
|
Loading…
Add table
Reference in a new issue