A
This commit is contained in:
parent
32746454b7
commit
89632372ec
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user