diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:16:54 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:16:54 +0200 |
| commit | 2b249fb0effd3893b70a8f9ce3383992ea43c63d (patch) | |
| tree | 893776483e9212f35672ebf9ba2cce12adfe5e87 /public/client.html | |
| parent | 21170e1935e34f36d2fd4268468414e8caf84627 (diff) | |
change iniediting back to the old input box
Diffstat (limited to 'public/client.html')
| -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 e866557..dfea213 100644 --- a/public/client.html +++ b/public/client.html @@ -491,7 +491,7 @@ <br> <p>Ini editing (experimental)</p> <label for="client_ininame">Iniedit Character:</label> - <select type="text" id="client_ininame" name="client_ininame"></select> + <input type="text" id="client_ininame" name="client_ininame"></select> <button id="client_inichange" onclick="iniedit()">Change</button> <br> <br> |
