This commit is contained in:
KANE LAZENI 2025-12-22 15:14:10 +00:00
parent 8103ccd2d9
commit d67bb81b85

View File

@ -18501,13 +18501,12 @@ function enregistrer_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() {
// ouvrir_rdv();
ouvrir_rdv();
} }
}); });