This commit is contained in:
KONE SOREL 2026-01-31 13:20:21 +00:00
parent e39bf0d750
commit 6f2ad1565a

View File

@ -111,12 +111,12 @@ function controleSession() {
//}, 60000); // Vérification toutes les minutes //}, 60000); // Vérification toutes les minutes
} }
function showMessageDeconnexion() async function showMessageDeconnexion()
{ {
const msg = "Votre session a expiré. Vous serez déconnecté."; const msg = "Votre session a expiré. Vous serez déconnecté.";
const msgEng = "Your session has expired. You will be disconnected."; const msgEng = "Your session has expired. You will be disconnected.";
alert_ebene(msg, msgEng).then(() => { await alert_ebene(msg, msgEng).then(() => {
// Ce code ne sexécute quaprès clic sur OK // Ce code ne sexécute quaprès clic sur OK
setInterval(() => { setInterval(() => {
window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/"); window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/");