This commit is contained in:
KANE LAZENI 2026-01-16 17:47:23 +00:00
parent 51db805b31
commit d20933610b

View File

@ -18564,14 +18564,13 @@ function valider_rdv()
error: function(errorData) { error: function(errorData) {
}, },
success: function(data) { success: function(data) {
alert(data); // alert(data);
$('#div_test_gabarit').html(data); // $('#div_test_gabarit').html(data);
}, },
complete: function() { complete: function() {
// historique_rdv(); historique_rdv();
} }
}); });
} }