From 2431a7f4c79904c619eb4f97f8306fc2d9c89447 Mon Sep 17 00:00:00 2001 From: ajuvercr Date: Fri, 17 Apr 2020 17:03:12 +0200 Subject: [PATCH] make things beautiful --- frontend/www/games.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;