diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-05-04 18:49:27 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-05-04 18:49:27 +0200 |
| commit | 162940a045dbf2158a7442e9e3bfd9d70a985974 (patch) | |
| tree | 4b0ff1141134ba877d0a68641f452c35f1f59dc7 | |
| parent | 6f1e2090efba6900bbc176f84f6fc06940eb7c4b (diff) | |
do not reload the page
| -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 36cba91..d8e6e71 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> + <form onsubmit="onEnter(event)"> <input id="client_inputbox" class="long" type="text" onkeypress="onEnter(event)" placeholder="Say something…" autocomplete="off"> </form> |
