This commit is contained in:
Emmanuel Viennet 2024-01-21 22:03:41 +01:00
commit a12505e8df
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);
}