forked from ScoDoc/ScoDoc
Assiduité : signal_assiduites_hebdo : choix heures init defaut closes #911
This commit is contained in:
parent
13349776af
commit
ebcef76950
@ -718,8 +718,8 @@ function openModal(morning = true){
|
||||
let time2 = $("#time2");
|
||||
|
||||
// Réinitialiser les champs
|
||||
time1.val("");
|
||||
time2.val("");
|
||||
time1.val(morning ? temps.matin.debut : temps.apresmidi.debut);
|
||||
time2.val(morning ? temps.matin.fin : temps.apresmidi.fin);
|
||||
|
||||
// Définir l'action du bouton de confirmation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user