diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-05-04 19:42:27 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-05-04 19:42:27 +0200 |
| commit | a866a3267e129218b062a1185cbf297b518239c8 (patch) | |
| tree | 85ccae914924a24675c66bcb55d3a2f3a07cf22d | |
| parent | 51c3567bb40016c3910d0c955cafe05ceb9c62d1 (diff) | |
lmao that broke it
| -rw-r--r-- | public/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index d8e6e71..5d5f7b1 100644 --- a/public/client.html +++ b/public/client.html @@ -133,7 +133,7 @@ <div id="client_trackstatus" style="display: none;"><p id="client_trackstatustext">None</p></div> </div> </div> - <form onsubmit="onEnter(event)"> + <form onsubmit="return false"> <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)" placeholder="Say something…" autocomplete="off"> </form> |
