From 4caf707c9ea65c6d313ad2ab6b12e291ad887430 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 16 Jan 2026 12:20:25 +0000 Subject: [PATCH] f --- Js/fonctions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Js/fonctions.js b/Js/fonctions.js index 32645d6..84aafee 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5009,6 +5009,7 @@ function afficher_menu_vue_profil() alert_ebene(v_msg, v_msgEng); $("#codeProfil").focus(); + return; } @@ -5021,6 +5022,7 @@ function afficher_menu_vue_profil() alert_ebene(v_msg, v_msgEng); $("#codeVue").focus(); + $('#div_menu_profil').html(data); return; }