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; }