a
This commit is contained in:
parent
51db805b31
commit
d20933610b
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user