From 4893b04955ee32c0f98c0f5a51804916a5713f89 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 3 Nov 2024 23:17:26 +0100 Subject: Don't show pool size in "Registered" panel. --- public/join.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/join.js') diff --git a/public/join.js b/public/join.js index 9228481..286e400 100644 --- a/public/join.js +++ b/public/join.js @@ -329,6 +329,8 @@ function create_game_list() { if (game.pool_name) { create_game_list_item(list, "Tournament", `${game.pool_name}`) + if (game.scenario !== "Standard") + create_game_list_item(list, "Scenario", game.scenario) } else { if (game.scenario !== "Standard") create_game_list_item(list, "Scenario", game.scenario) -- cgit v1.2.3