diff options
-rw-r--r-- | views/games_active.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/games_active.pug b/views/games_active.pug index ee9687f..6046b9b 100644 --- a/views/games_active.pug +++ b/views/games_active.pug @@ -14,6 +14,7 @@ html title= SITE_NAME if active_games.length > 0 meta(http-equiv="refresh" content=600) + script window.onunload=function(){} body include header article.wide |