This commit is contained in:
2026-01-16 13:37:49 +00:00
parent 680e9e4c8f
commit e31b897365
3 changed files with 7 additions and 7 deletions

View File

@@ -5188,7 +5188,7 @@ function retirer_tous_menu_vue_profil()
function retirer_un_menu_vue_profil(codeMenu)
{
debugger;
codeProfil=$("#codeProfil").val();
if (codeProfil<=" ")
@@ -5226,7 +5226,7 @@ function retirer_un_menu_vue_profil(codeMenu)
error: function(data) {
},
complete: function() {
//afficher_menu_vue_profil();
afficher_menu_vue_profil();
}
});
}