forked from ScoDoc/ScoDoc
Merge branch 'main96' of https://scodoc.org/git/iziram/ScoDoc
This commit is contained in:
commit
1c910aa9d3
@ -234,9 +234,11 @@
|
|||||||
const date_str_deb = document.getElementById("justi_date_debut").value
|
const date_str_deb = document.getElementById("justi_date_debut").value
|
||||||
const date_str_fin = document.getElementById("justi_date_debut").value
|
const date_str_fin = document.getElementById("justi_date_debut").value
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"deb": `${date_str_deb}T${assi_morning}`,
|
"deb": date_str_deb ? `${date_str_deb}T${assi_morning}` : "",
|
||||||
"fin": `${date_str_fin}T${assi_evening}`,
|
"fin": date_str_fin ? `${date_str_fin}T${assi_evening}` : "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user