Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2096 → Rev 2097

/web/js/statusControler.js
121,6 → 121,11
hidePage("waitPage");
hidePage("errorPage");
//For no compliant browser with these javascript functions : onbeforeunload and unload, to disconnect users whose close status.php window. Now, we check if user is still connected while he is joinning 'still_connected.php'
var xhttp = new XMLHttpRequest();
xhttp.open('GET','still_connected.php',true);
xhttp.send();
 
// Update message
if ( chilliController.message ) {
setElementValue("statusMessage", chilliController.message);