From d20933610bbd07336a3b598a9c1b6bda6260d3d0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 16 Jan 2026 17:47:23 +0000 Subject: [PATCH] a --- Js/fonctions.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(); } - }); }