This commit is contained in:
KANE LAZENI 2025-12-22 15:19:55 +00:00
parent 32746454b7
commit 89632372ec

View File

@ -18501,12 +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();
} }
}); });