From d67bb81b85397670dbddbb6869291944f0e00b62 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 22 Dec 2025 15:14:10 +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 a347d9b..e81e337 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18501,13 +18501,12 @@ function enregistrer_rdv() error: function(errorData) { }, success: function(data) { - // alert(data); - // $('#div_test_gabarit').html(data); + alert(data); + $('#div_test_gabarit').html(data); }, complete: function() { - - ouvrir_rdv(); + // ouvrir_rdv(); } });