diff --git a/Js/fonctions.js b/Js/fonctions.js
index c982313..d8ba722 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 42c2f59..867ab46 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -263,7 +263,7 @@ actesHarmonises : = $_SESSION['p_actesHarmonises'] ?>
-
+