bla
This commit is contained in:
parent
9dc2c1a7ed
commit
622b5624d0
1 changed files with 5 additions and 1 deletions
|
@ -666,7 +666,11 @@ function updateDemandes() {
|
|||
}
|
||||
}
|
||||
else {
|
||||
console.error(data.why);
|
||||
if (data.why == "Not authentificated") {
|
||||
show_page('#login-page');
|
||||
} else {
|
||||
alert(data.why);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue