From a521de155c5a514578e6c0ae4e83ec23666b4a1b Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 6 Jan 2026 08:48:07 +0000 Subject: [PATCH] g --- Js/fonctions.js | 6 +++--- Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index d5c9f9c..0d84c54 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -216,7 +216,6 @@ function alert_ebene(p_msg, p_msg_eng) } */ - /* function alert_ebene(msgFr, msgEn) { const codeLangue = document.querySelector("#codeLangue")?.value || "fr_FR"; const message = (codeLangue === "en_US") ? msgEn : msgFr; @@ -224,8 +223,8 @@ function alert_ebene(msgFr, msgEn) { // Bloquant : l'utilisateur doit cliquer sur OK window.alert(message); } - */ +/* function alert_ebene(p_msg, p_msg_eng) { const codeLangue = document.querySelector("#codeLangue")?.value || "fr_FR"; const message = (codeLangue === "en_US") ? p_msg_eng : p_msg; @@ -239,6 +238,7 @@ function alert_ebene(p_msg, p_msg_eng) { console.log("Utilisateur a validé le message"); }); } + */ /* @@ -1438,7 +1438,7 @@ function enregistrer_avenant() alert_ebene(v_msg, v_msgEng); return; - } + } motifavenant=$("#motifavenant").val(); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index d771bdf..fa6cdda 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +