From dba5dec07fb8a46c345a55c7ab0479d7ab2df2e8 Mon Sep 17 00:00:00 2001 From: Evert Date: Thu, 6 Apr 2017 19:05:04 +0300 Subject: [PATCH] fuck --- client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.js b/client/index.js index ecedfbc..a080949 100644 --- a/client/index.js +++ b/client/index.js @@ -640,7 +640,7 @@ const waitlistQuit = Battleship.DOM.waitlistQuit = selectionScreen.querySelector('#waitlist_quit') const waitlistBtns = Battleship.DOM.waitlistBtns = selectionScreen.querySelector('.idbuttons') - const stat_online = selectionScreen.querySelector('#stats_online') + const stat_online = selectionScreen.querySelector('#stats_players_online') const stat_ingame = selectionScreen.querySelector('#stats_players') const stat_total = selectionScreen.querySelector('#stats_games') const stat_client = selectionScreen.querySelector('#stats_clientgames')