diff --git a/index.html b/index.html index 1731332..0e6bd02 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ window.clearTimeout(document.wnsTimeout); document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400); - httpGetAsync("https://perso.ens-lyon.fr/samy.avrillon/api/salles.php?salle="+e.target.id.substring("path-salle-".length),function (s,errcode){ + httpGetAsync("https://perso.ens-lyon.fr/samy.avrillon/gpens/api/salles.php?salle="+e.target.id.substring("path-salle-".length),function (s,errcode){ window.clearTimeout(document.wnsTimeout); try{ if(s=="404"){ @@ -131,7 +131,7 @@