From 45899fb4a259c8b66991b01cbb80ff0b6aa56a48 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:14:35 +0100 Subject: [PATCH] [Client] Add alert to challenge mode --- truthseeker/static/js/game_lobby.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truthseeker/static/js/game_lobby.js b/truthseeker/static/js/game_lobby.js index 7bf293e..c47c880 100644 --- a/truthseeker/static/js/game_lobby.js +++ b/truthseeker/static/js/game_lobby.js @@ -98,7 +98,7 @@ function startChallengeGame() { return; } - //TODO: start the challenge game and handle server errors + connection errors + alert("Ce mode de jeu n'est malheureusement pas disponible."); } // Join room functions