|
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 |
- |
|
|