View | Details | Raw Unified | Return to bug 37707
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/modals/place_booking.js (-2 / +1 lines)
Lines 1542-1548 $("#placeBookingModal").on("show.bs.modal", function (e) { Link Here
1542
                                }
1542
                                }
1543
                            }
1543
                            }
1544
1544
1545
                            // Work through all days in view and add classes appropraitely based on hovered date
1545
                            // Work through all days in view and add classes appropriately based on hovered date
1546
                            periodPicker.calendarContainer
1546
                            periodPicker.calendarContainer
1547
                                .querySelectorAll(".flatpickr-day")
1547
                                .querySelectorAll(".flatpickr-day")
1548
                                .forEach(function (dayElem) {
1548
                                .forEach(function (dayElem) {
1549
- 

Return to bug 37707