From 31328b6a0ad024fc1e903f9abc4f8cb0c07d8444 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 3 Feb 2026 17:24:58 +0000 Subject: [PATCH] fg --- Js/fonctions.js | 5 ++--- Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index f305887..2624321 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -118,9 +118,8 @@ async function showMessageDeconnexion() 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/"); - }, 20000); + window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/"); + }); } diff --git a/Vue/gabarit.php b/Vue/gabarit.php index c73d89b..98fb0ef 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -677,7 +677,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +