summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/join.js2
-rw-r--r--views/tm_seed.pug2
2 files changed, 3 insertions, 1 deletions
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", `<a href="/tm/pool/${game.pool_name}">${game.pool_name}</a>`)
+ 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)
diff --git a/views/tm_seed.pug b/views/tm_seed.pug
index ee226bc..81574ca 100644
--- a/views/tm_seed.pug
+++ b/views/tm_seed.pug
@@ -57,7 +57,7 @@ html
th Level #{ix+1}
else
th Registered
- td.r #{queue.length} / #{seed.pool_size}
+ td.r #{queue.length}
tbody
tr
if queue.length > 0