diff --git a/Js/fonctions.js b/Js/fonctions.js index aac2a61..d8ba722 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18564,14 +18564,13 @@ 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(); } - }); }