whatbere i want

This commit is contained in:
first@lynx.com
2026-06-17 00:08:35 -04:00
parent 0605271327
commit b3b907367f
3 changed files with 348 additions and 335 deletions

View File

@ -17,7 +17,7 @@ function getHiddenGames() {
}
async function loadGames() {
if (type == "g") pageData = { path: "/resources/games-tagged.json", prefix: "semag", type: "g" };
if (type == "g") pageData = { path: "/resources/games.json", prefix: "semag", type: "g" };
else if (type == "a") pageData = { path: "/resources/apps.json", prefix: "sppa", type: "a" };
else { sAlert("this is not valid"); return; }