forked from science-ation/science-ation
Fix the scheduler status in IE7 - the http readystate needs to be manually reset.
This commit is contained in:
parent
73972d676f
commit
a8fadb3046
@ -46,6 +46,7 @@ function updateStatus()
|
|||||||
document.getElementById('updatestatus').innerHTML="Updating...";
|
document.getElementById('updatestatus').innerHTML="Updating...";
|
||||||
var url="judges_scheduler_status_output.php";
|
var url="judges_scheduler_status_output.php";
|
||||||
http.open("GET",url,true);
|
http.open("GET",url,true);
|
||||||
|
http.readystate=0;
|
||||||
http.onreadystatechange=handleResponse;
|
http.onreadystatechange=handleResponse;
|
||||||
http.send(null);
|
http.send(null);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user