This commit is contained in:
KONE SOREL 2026-01-16 12:20:25 +00:00
parent 2252ba7bd3
commit 4caf707c9e

View File

@ -5009,6 +5009,7 @@ function afficher_menu_vue_profil()
alert_ebene(v_msg, v_msgEng); alert_ebene(v_msg, v_msgEng);
$("#codeProfil").focus(); $("#codeProfil").focus();
return; return;
} }
@ -5021,6 +5022,7 @@ function afficher_menu_vue_profil()
alert_ebene(v_msg, v_msgEng); alert_ebene(v_msg, v_msgEng);
$("#codeVue").focus(); $("#codeVue").focus();
$('#div_menu_profil').html(data);
return; return;
} }