Assiduites : fix problème datepicket signal_assiduite_group

This commit is contained in:
Iziram 2024-01-21 22:02:10 +01:00
parent 555e8af818
commit 32a4ada483
1 changed files with 4 additions and 0 deletions

View File

@ -718,6 +718,10 @@ function setupDate(onchange = null) {
}
});
//Initialisation du datepicker
// sinon on ne peut pas le mettre à jour
$(input).datepicker();
if (onchange != null) {
$(input).change(onchange);
}