Skip to content

Commit dc80f22

Browse files
committed
ehh
1 parent baec6e9 commit dc80f22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

simulation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ <h2 id="day-counter">Day 1</h2>
2121

2222
<button class="button" id="next-day">Proceed to Next Day</button>
2323
</main>
24-
<script type="module" src="events.js"></script>
24+
<script src="events.js"></script>
25+
<script type="module" src="script.js"></script>
2526
<!-- The script to collect participants follows -->
2627
<script>
2728
function loadParticipants() {

0 commit comments

Comments
 (0)