generated from ElnuDev/go-project
Remove hidden content from UI
This commit is contained in:
parent
a78edaed81
commit
325a0dcf8c
1 changed files with 2 additions and 7 deletions
|
@ -30,13 +30,8 @@
|
|||
</iframe>
|
||||
</div>
|
||||
<p id="shiritori-players"
|
||||
hx-sse="swap:players"
|
||||
></p>
|
||||
<div style="display: none">
|
||||
<button onclick="changeRoom('lobby')">Back to lobby</button>
|
||||
<div id="feedback"></div>
|
||||
Change room: <input id="room-input" autocomplete="off">
|
||||
</div>
|
||||
hx-sse="swap:players">
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue