diff --git a/frontend/www/games.ts b/frontend/www/games.ts index 08246ba..5b5c065 100644 --- a/frontend/www/games.ts +++ b/frontend/www/games.ts @@ -39,7 +39,7 @@ async function on_load() { } } } -// window.addEventListener("load", on_load, false); +window.addEventListener("load", on_load, false); export function handle(location, name: string) { game_file = location;