changes to the Event lisseer and the Display of the booking range for the client
This commit is contained in:
@@ -452,7 +452,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
const slotStartSet = new Set(candidateSlots.map(function (slot) { return slot.start; }));
|
const slotStartSet = new Set(candidateSlots.map(function (slot) { return slot.start; }));
|
||||||
const allDays = dateRangeInclusive(String(available.date_start || ''), String(available.date_end || ''));
|
const allDays = dateRangeInclusive(String(available.date_start || ''), String(available.date_end || ''));
|
||||||
|
|
||||||
let slotMinTime = '08:15:00';
|
let slotMinTime = '08:00:00';
|
||||||
let slotMaxTime = '20:00:00';
|
let slotMaxTime = '20:00:00';
|
||||||
|
|
||||||
const visibleStart = allDays[0] || String(available.date_start || '');
|
const visibleStart = allDays[0] || String(available.date_start || '');
|
||||||
|
|||||||
@@ -435,8 +435,8 @@
|
|||||||
slotLengthInput.addEventListener('change', calculateSlots);
|
slotLengthInput.addEventListener('change', calculateSlots);
|
||||||
}
|
}
|
||||||
if (clientsperslot) {
|
if (clientsperslot) {
|
||||||
slotLengthInput.addEventListener('input', calculateSlots);
|
clientsperslot.addEventListener('input', calculateSlots);
|
||||||
slotLengthInput.addEventListener('change', calculateSlots);
|
clientsperslot.addEventListener('change', calculateSlots);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (startDateInput.value && endDateInput.value) {
|
if (startDateInput.value && endDateInput.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user