diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:56:41 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:56:41 -0500 |
commit | 56008230167a0e3dfb4694d73e6b0159b6440484 (patch) | |
tree | 7e1c11b7bdc68cb5ff9e62ae62e8c07efa412bc3 /client.html | |
parent | 8c2d855f7e0ade48913a893b03f342156af3e528 (diff) |
Fix mobile settings
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client.html b/client.html index 0da27b6..bc85fee 100644 --- a/client.html +++ b/client.html @@ -60,10 +60,6 @@ <div class="new-game" style="display: none;"></div> <div class="settings mobile-settings" style="display: none;"> - <span><input type="text" placeholder="Username"/></span> - <span><input type="color" value="#f00"/></span> - - <button id="set">Accept Settings</button> </div> <div class="status"></div> |