This commit is contained in:
2026-01-16 17:50:24 +00:00
parent f620ec8819
commit 1b5558e9a7
2 changed files with 4 additions and 4 deletions

View File

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