fd
This commit is contained in:
parent
e39bf0d750
commit
6f2ad1565a
|
|
@ -111,12 +111,12 @@ function controleSession() {
|
|||
//}, 60000); // Vérification toutes les minutes
|
||||
}
|
||||
|
||||
function showMessageDeconnexion()
|
||||
async function showMessageDeconnexion()
|
||||
{
|
||||
const msg = "Votre session a expiré. Vous serez déconnecté.";
|
||||
const msgEng = "Your session has expired. You will be disconnected.";
|
||||
|
||||
alert_ebene(msg, msgEng).then(() => {
|
||||
await alert_ebene(msg, msgEng).then(() => {
|
||||
// Ce code ne s’exécute qu’après clic sur OK
|
||||
setInterval(() => {
|
||||
window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user