diff --git a/Js/fonctions.js b/Js/fonctions.js
index c0616df..80b9a14 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1577,13 +1577,6 @@ function selectionner_adherent(id,no)
{
$("#idAdherent_C").val(id);
$("#numeroAdherent_C").val(no);
- /*
- alert("id = "+id);
- alert("no = "+no);
- alert('idAdherent_C : ' + $("#idAdherent_C").val() );
- alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
- */
- alert($("#idAdherent_C").val());
}
function afficher_adherent()
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index d7eaeb0..dc8c18f 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -612,7 +612,7 @@ $activeChildId = $menuData['child'];
-
+