<p>this schedule is also available in <ahref="https://icalendar.org/validator.html?url=https://tilderadio.org/schedule/ics.php">iCalendar format</a>. point your calendar client at <code>https://tilderadio.org/schedule/ics.php</code>.</p>
<?php
@ -93,6 +94,9 @@ function updatePointer(d) {
}
// Move pointer to different cell if changed cell.
if (range !== prevRange) {
const prevCell = prevRange && prevRange.cell
if (prevCell) prevCell.classList.remove('active');