diff --git a/Js/fonctions.js b/Js/fonctions.js
index 98fd88f..75a56d8 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1624,8 +1624,8 @@ function selectionner_adherent(id,no)
{
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
- alert("idAdherent_C : ".$("#idAdherent_C").val());
- alert("numeroAdherent_C : ".$("#numeroAdherent_C").val());
+ alert('idAdherent_C : ' + $("#idAdherent_C").val() );
+ alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
}
function afficher_adherent()
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index cdbe61a..7563513 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
-
+