Skip to content

Commit e6024e5

Browse files
committed
idk
1 parent 264c6fd commit e6024e5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,6 @@ <h3>The Servant</h3>
289289
</div>
290290
<!-- Start Simulation Button -->
291291
<button type="submit" class="button" id="simulation" Start Simulation>Start Simulation</button>
292-
<script src="script.js"></script>
292+
<script type="module" src="script.js"></script>
293293
</body>
294294
</html>

script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { runRandomEvent } from './eventRunner.js';
2-
32
console.log("Checking if .master elements exist...");
43
console.log(document.querySelectorAll(".master"));
54
document.addEventListener("DOMContentLoaded", () => {

0 commit comments

Comments
 (0)