Skip to content

Commit

Permalink
Put the correct json file for games
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Mar 29, 2024
1 parent 70454f5 commit 9ee3f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/assets/scripts/g.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ document.addEventListener('DOMContentLoaded', () => {
})
}

fetch('/assets/json/a.min.json')
fetch('/assets/json/g.min.json')
.then((response) => {
return response.json()
})
Expand Down
2 changes: 1 addition & 1 deletion static/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="/assets/styles/main.css?v=8" />
<link rel="stylesheet" href="/assets/styles/themes/default.css?v=5" />
<script src="/assets/scripts/index.js?v=10"></script>
<script src="/assets/scripts/g.js?v=48"></script>
<script src="/assets/scripts/g.js?v=50"></script>
</head>
<body>
<div class="fixed-nav-bar">
Expand Down

0 comments on commit 9ee3f8a

Please sign in to comment.