Skip to content

Commit

Permalink
Set up default day for
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiyu committed May 3, 2024
1 parent 0c596f2 commit 19f0ca5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ function showScheduleForDay(day) {
setupActiveDaySchedule(day);
}

// Call showScheduleForDay with the default day
showScheduleForDay('06-24');
</script>

<div class="schedule-days">
Expand Down Expand Up @@ -222,4 +220,9 @@ Meanwhile, please find the information in the following sections:
</div>


<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://plugins.eventable.com/eventable.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script', 'eventable-script');</script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://plugins.eventable.com/eventable.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script', 'eventable-script');

// Call showScheduleForDay with the default day
showScheduleForDay('06-24');
</script>

0 comments on commit 19f0ca5

Please sign in to comment.