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']; - +