(year, month)
| 6946 | } |
| 6947 | }); |
| 6948 | function getDaysInMonth(year, month) { |
| 6949 | return new Date(year, month + 1, 0).getDate(); |
| 6950 | } |
| 6951 | scheduler2.event(lightbox, "click", function(e) { |
| 6952 | if (e.target.closest(".dhx_lightbox_day_select") || e.target.closest(".dhx_lightbox_month_select")) { |
| 6953 | const monthSelectNodes = lightbox.querySelectorAll(".dhx_lightbox_month_select"); |