(type)
| 19768 | return timeControl; |
| 19769 | } |
| 19770 | function getFirstSectionOfType(type) { |
| 19771 | for (let i = 0; i < scheduler2.config.lightbox.sections.length; i++) { |
| 19772 | let section = scheduler2.config.lightbox.sections[i]; |
| 19773 | if (section.type === type) { |
| 19774 | return scheduler2.formSection(section.name); |
| 19775 | } |
| 19776 | } |
| 19777 | return null; |
| 19778 | } |
| 19779 | } |
| 19780 | function recurring_legacy(scheduler2) { |
| 19781 | scheduler2.config.occurrence_timestamp_in_utc = false; |
no test coverage detected