mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 01:51:04 +01:00
Update URL
This commit is contained in:
parent
e1d546a9f8
commit
28a54fe10a
@ -81,7 +81,7 @@ function initSvgSupport()
|
||||
window.clearTimeout(document.wnsTimeout);
|
||||
document.wnsTimeout = window.setTimeout(putWaitNetworkScreen, 400);
|
||||
|
||||
httpGetAsync("api/salles.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);
|
||||
try{
|
||||
if (s=="404") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user