diff --git a/Js/fonctions.js b/Js/fonctions.js
index d8ba722..c982313 100644
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18564,12 +18564,12 @@ function valider_rdv()
error: function(errorData) {
},
success: function(data) {
- // alert(data);
- // $('#div_test_gabarit').html(data);
+ alert(data);
+ $('#div_test_gabarit').html(data);
},
complete: function() {
- historique_rdv();
+ // historique_rdv();
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index c82cacb..42c2f59 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -263,7 +263,7 @@ actesHarmonises : = $_SESSION['p_actesHarmonises'] ?>
-
+