We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264c6fd commit e6024e5Copy full SHA for e6024e5
2 files changed
index.html
@@ -289,6 +289,6 @@ <h3>The Servant</h3>
289
</div>
290
<!-- Start Simulation Button -->
291
<button type="submit" class="button" id="simulation" Start Simulation>Start Simulation</button>
292
- <script src="script.js"></script>
+ <script type="module" src="script.js"></script>
293
</body>
294
</html>
script.js
@@ -1,5 +1,4 @@
1
import { runRandomEvent } from './eventRunner.js';
2
-
3
console.log("Checking if .master elements exist...");
4
console.log(document.querySelectorAll(".master"));
5
document.addEventListener("DOMContentLoaded", () => {
0 commit comments