mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 00:31:03 +01:00
Update URL of the API
This commit is contained in:
parent
a06d6348db
commit
e2e7eeba7b
@ -40,7 +40,7 @@ function initSvgSupport()
|
||||
window.clearTimeout(document.wnsTimeout);
|
||||
document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400);
|
||||
|
||||
httpGetAsync("https://perso.ens-lyon.fr/samy.avrillon/gpens/api/salles.php?salle="+e.target.id.substring("path-salle-".length), function (s,errcode){
|
||||
httpGetAsync("api/salles.php?salle="+e.target.id.substring("path-salle-".length), function (s,errcode){
|
||||
window.clearTimeout(document.wnsTimeout);
|
||||
try{
|
||||
if (s=="404") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user