This commit is contained in:
BluePotato102
2023-10-08 15:45:29 -05:00
parent 419682ee55
commit 05bc919b96
3 changed files with 85 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ fetch("./config.jsonc").then((e) => e.text()).then((jsonc) => {
updateGameList();
});
});
// Pushes all starred games to the top
function updateGameList() {
const gamesList = document.getElementById('gamesList');
const children = Array.from(gamesList.children);