Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jman1593 authored Nov 6, 2024
1 parent 5aa579d commit f1187f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="https://www.gstatic.com/firebasejs/10.14.1/firebase-firestore-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.14.1/firebase-database-compat.js"></script>
<script type="module">
import games from "./cards-data-test.js";
import games from "./cards-data.js";
import { siteMapping } from "./site-mapping.js";

function getCardHTML(gameObject) {
Expand Down Expand Up @@ -912,7 +912,7 @@ <h2 style="text-align: center"><strong>StrongDogXP LLC</strong></h2>
</div>
</div>
<script type="module">
import games from './cards-data-test.js';
import games from './cards-data.js';

document.addEventListener("DOMContentLoaded", function () {
const menuIcon = document.getElementById("menuIcon");
Expand Down Expand Up @@ -1122,7 +1122,7 @@ <h2 style="text-align: center"><strong>StrongDogXP LLC</strong></h2>
});
</script>
<script type="module">
import games from "./cards-data-test.js";
import games from "./cards-data.js";
import { siteMapping } from "./site-mapping.js";

document.addEventListener("DOMContentLoaded", function () {
Expand Down Expand Up @@ -1272,7 +1272,7 @@ <h2 style="text-align: center"><strong>StrongDogXP LLC</strong></h2>
});
</script>
<script type="module">
import games from './cards-data-test.js';
import games from './cards-data.js';

document.addEventListener("DOMContentLoaded", function () {
const randomGameButton = document.getElementById("randomGame");
Expand Down

0 comments on commit f1187f3

Please sign in to comment.