diff --git a/Js/fonctions.js b/Js/fonctions.js
index 842b542..178d22e 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -4999,8 +4999,9 @@ function ajax_menus_profil()
function afficher_menu_vue_profil()
{
+ debugger;
+
codeProfil=$("#codeProfil").val();
-
if (codeProfil<=" ")
{
v_msg="Veuillez sélectionner un profil!";
@@ -5012,7 +5013,6 @@ function afficher_menu_vue_profil()
}
vue=$("#vue").val();
-
if (vue<=" ")
{
v_msg="Veuillez sélectionner une vue!";
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index a92f40e..162dde1 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -662,7 +662,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+