From 9ee3f8a559d953fa552621dd10dadd3fea479ff2 Mon Sep 17 00:00:00 2001 From: xbubbo Date: Fri, 29 Mar 2024 17:22:40 -0400 Subject: [PATCH] Put the correct json file for games --- static/assets/scripts/g.js | 2 +- static/games.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/assets/scripts/g.js b/static/assets/scripts/g.js index d79418379..0a140af5e 100644 --- a/static/assets/scripts/g.js +++ b/static/assets/scripts/g.js @@ -146,7 +146,7 @@ document.addEventListener('DOMContentLoaded', () => { }) } - fetch('/assets/json/a.min.json') + fetch('/assets/json/g.min.json') .then((response) => { return response.json() }) diff --git a/static/games.html b/static/games.html index 478d467b8..cc4ea4fec 100644 --- a/static/games.html +++ b/static/games.html @@ -11,7 +11,7 @@ - +