Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2882 → Rev 2883

/web/js/statusControler.js
119,7 → 119,7
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'
//We check if user is still connected while he gets 'still_connected.php'
var xhttp = new XMLHttpRequest();
xhttp.open('GET','still_connected.php',true);
xhttp.send();