changes to the Event lisseer and the Display of the booking range for the client

This commit is contained in:
2026-06-26 19:37:04 +02:00
parent 111d40b787
commit d2c7e57f8d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -435,8 +435,8 @@
slotLengthInput.addEventListener('change', calculateSlots);
}
if (clientsperslot) {
slotLengthInput.addEventListener('input', calculateSlots);
slotLengthInput.addEventListener('change', calculateSlots);
clientsperslot.addEventListener('input', calculateSlots);
clientsperslot.addEventListener('change', calculateSlots);
}
if (startDateInput.value && endDateInput.value) {