From 1256c08c8a44e6e2c79d1390afba922c21af0533 Mon Sep 17 00:00:00 2001 From: Mysaa Date: Tue, 12 Oct 2021 10:59:30 +0200 Subject: [PATCH] =?UTF-8?q?Z'ai=20oubli=C3=A9=20de=20changer=20l'URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@