From 4c71d19c13a614f8d1c5ec79c70560b3bb22f916 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Sun, 8 Sep 2019 14:09:46 +0800 Subject: [PATCH] update default index --- static/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/global.js b/static/js/global.js index fe8c7b93..7303684e 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -19,7 +19,7 @@ const ICE_TIMEOUT = 2000; // Game state let screenState = "loader"; let gameList = []; -let gameIdx = 5; // contra +let gameIdx = 9; // contra let gamePickerTimer = null; let roomID = null;