whatbere i want
This commit is contained in:
@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user