diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-07-31 19:51:07 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-07-31 19:51:07 -0400 |
commit | 5b4e72d70522eb61fd8cf2bbd619bb7ed4da2cfb (patch) | |
tree | 336fbb6bc81f78e6b469f97730ee39518feafb99 /client.html | |
parent | aecd8926c6c7bd7bcc0751e38b4459b57a87821c (diff) |
Add table toggle
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client.html b/client.html index 9b92a09..26f3c18 100644 --- a/client.html +++ b/client.html @@ -120,6 +120,8 @@ <button>Send</button> </div> </div> + + <button class="toggle-table" onclick="game.table.toggleTable()"></button> </body> </html>
\ No newline at end of file |