We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6024e5 commit a382ee6Copy full SHA for a382ee6
1 file changed
simulation.html
@@ -22,6 +22,7 @@ <h2 id="day-counter">Day 1</h2>
22
<button class="button" id="next-day">Proceed to Next Day</button>
23
</main>
24
<script type="module" src="events.js"></script>
25
+ <script type="module" src="eventRunner.js"></script>
26
<!-- The script to collect participants follows -->
27
<script>
28
function loadParticipants() {
0 commit comments