Skip to content

Commit

Permalink
Fix schedule ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiyu committed May 3, 2024
1 parent 337c3b9 commit fbe737b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ function showScheduleForDay(day) {
}
</script>


<html>

<div class="schedule-days">
<div id="day-06-24" class="schedule-day active" onclick="showScheduleForDay('06-24')">June 24</div>
<div id="day-06-25" class="schedule-day" onclick="showScheduleForDay('06-25')">June 25</div>
Expand All @@ -56,8 +59,6 @@ Meanwhile, please find the information in the following sections:
* [Symposium](/symposium.md)
* [Open Mics](/openmic.md) -->

<html>

<div id="schedule-06-24" class="schedule-block">
<h4>June 24, Monday</h4>
<div class="schedule-content">
Expand Down Expand Up @@ -103,7 +104,6 @@ Meanwhile, please find the information in the following sections:
</table>
</div>
</div>

<div id="schedule-06-25" class="schedule-block">
<h4>June 25, Tuesday</h4>
<div class="schedule-content">
Expand Down Expand Up @@ -143,8 +143,7 @@ Meanwhile, please find the information in the following sections:
</table>
</div>
</div>

<div id="schedule-07-26" class="schedule-block">
<div id="schedule-06-26" class="schedule-block">
<h4>June 26, Wednesday</h4>
<div class="schedule-content">
<table class="osr-schedule">
Expand Down Expand Up @@ -221,5 +220,4 @@ Meanwhile, please find the information in the following sections:

</html>

<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');</script>

0 comments on commit fbe737b

Please sign in to comment.