summaryrefslogtreecommitdiff
path: root/web/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/index.html')
-rw-r--r--web/static/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/index.html b/web/static/index.html
index 1a8d1b5..53796d8 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -35,7 +35,7 @@
<div id="prompt-input"></div>
<div id="prompt-msg-r"></div>
</div>
- <div id="keypad-default" class="keypad" style="display: none">
+ <div id="keypad-default" class="keypad">
<div data-command="append:1" class="key num">1</div>
<div data-command="append:2" class="key num">2</div>
<div data-command="append:3" class="key num">3</div>
@@ -56,7 +56,7 @@
<div data-command="append:2;submit" class="key"><span class="keyboard-val">[2]</span> One-player scoreboard</div>
<div data-command="append:3;submit" class="key"><span class="keyboard-val">[3]</span> Two-player scoreboard</div>
</div>
- <div id="keypad-dartboard" class="keypad" style="display: none">
+ <div id="keypad-dartboard" class="keypad">
<div id="dartboard-container">
<svg id="dartboard" viewBox="0 0 451 451">
<g class="base" transform="translate(225.5 225.5) scale(1 -1)"></g>