From a0c59dcdc345b1992e8ebf6cc953c94532b96a61 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 3 Jun 2020 12:18:59 -0400 Subject: [PATCH] update analytics code --- public/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index d5bb6e9..6c6611b 100644 --- a/public/index.html +++ b/public/index.html @@ -17,8 +17,9 @@ - + + @@ -35,6 +36,7 @@ if (window.WebSocket) { var random_tile = Math.floor(Math.random() * 20); document.body.style.backgroundImage = 'url("tiles/tile_' + random_tile + '.png")'; - + +