From d242170ae6145907544e1605a94c540ad0390f31 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 25 Apr 2022 21:40:29 -0700 Subject: web: more cleanup --- web/static/dartboat.js | 4 ++-- web/static/index.html | 2 +- web/static/style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web/static') diff --git a/web/static/dartboat.js b/web/static/dartboat.js index cb8e9dd..9cedc4a 100644 --- a/web/static/dartboat.js +++ b/web/static/dartboat.js @@ -123,9 +123,9 @@ prompt_handlers.end_match = { } }; -prompt_handlers.match_mode = { +prompt_handlers.select_mode = { __proto__: prompt_handlers.default, - _keypad: 'match_mode', + _keypad: 'select_mode', submit() { let v = this._get_and_clear(); diff --git a/web/static/index.html b/web/static/index.html index e1384bb..1177e40 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -47,7 +47,7 @@
UNDO
REMAINING
-
+
[1] Play against bot
[2] One-player scoreboard
[3] Two-player scoreboard
diff --git a/web/static/style.css b/web/static/style.css index 519a437..e43a0c1 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -42,7 +42,7 @@ div#controls .keypad { display: contents; } -div#controls #keypad-match_mode .key { +div#controls #keypad-select_mode .key { grid-column: 1 / -1; padding-left: 0.4rem; -- cgit v1.2.3-70-g09d2