summaryrefslogtreecommitdiff
path: root/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'client.html')
-rw-r--r--client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.html b/client.html
index c5d7cc7..87963a3 100644
--- a/client.html
+++ b/client.html
@@ -53,7 +53,7 @@
<div class="topbar" style="height: auto;">
<div class="top-buttons">
<button id="newgame" class="top-button" onclick="game.lobby.newGame()"></button>
- <button id="settings" class="top-button" onclick="game.lobby.mobileSettings()"></button>
+ <button id="settings" class="top-button" onclick="game.lobby.mobileSettings(game.settings)"></button>
<button id="reset" class="top-button" onclick="game.reset()"></button>
</div>