aboutsummaryrefslogtreecommitdiff
path: root/public/client.html
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-05-04 18:26:38 +0200
committerstonedDiscord <Tukz@gmx.de>2022-05-04 18:26:38 +0200
commit6f1e2090efba6900bbc176f84f6fc06940eb7c4b (patch)
treef06a62015cc4cbc2bae3250002c6aa270955971a /public/client.html
parentda5851d4ce782c60c24ff96006fb44d5ea6c6f79 (diff)
wrap inputbox in a form
Diffstat (limited to 'public/client.html')
-rw-r--r--public/client.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/client.html b/public/client.html
index db22df3..36cba91 100644
--- a/public/client.html
+++ b/public/client.html
@@ -133,8 +133,10 @@
<div id="client_trackstatus" style="display: none;"><p id="client_trackstatustext">None</p></div>
</div>
</div>
- <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)"
- placeholder="Say something&hellip;" autocomplete="off">
+ <form>
+ <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)"
+ placeholder="Say something&hellip;" autocomplete="off">
+ </form>
<div id="client_bars">
<span id="client_defense_hp" class="health-box">
<div class="health-bar"></div>