mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 03:21:03 +01:00
Remove function
This commit is contained in:
parent
757e830af9
commit
046c79668b
@ -39,11 +39,6 @@ function updateCurrentRoom()
|
|||||||
console.log(id);
|
console.log(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
function putWaitNetworkScreen()
|
|
||||||
{
|
|
||||||
outputDiv.innerHTML = "Récupération des informations auprès du serveur...";
|
|
||||||
}
|
|
||||||
|
|
||||||
function salleInfosToHtml(salle)
|
function salleInfosToHtml(salle)
|
||||||
{
|
{
|
||||||
titres = ((salle.aliaz.length!=0)?("<h2>"+salle.aliaz.join("</h2> ou <h2>")+"</h2>"):"Aucun alias connu.");
|
titres = ((salle.aliaz.length!=0)?("<h2>"+salle.aliaz.join("</h2> ou <h2>")+"</h2>"):"Aucun alias connu.");
|
||||||
@ -78,8 +73,6 @@ function initSvgSupport()
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.lastSelectedSalle = e.target;
|
document.lastSelectedSalle = e.target;
|
||||||
window.clearTimeout(document.wnsTimeout);
|
|
||||||
document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400);
|
|
||||||
|
|
||||||
httpGetAsync("api/request.php?salle="+e.target.id.substring("path-salle-".length), function (s,errcode){
|
httpGetAsync("api/request.php?salle="+e.target.id.substring("path-salle-".length), function (s,errcode){
|
||||||
window.clearTimeout(document.wnsTimeout);
|
window.clearTimeout(document.wnsTimeout);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user