diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-28 23:41:56 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-28 23:41:56 +0200 |
| commit | 903a13ff5b5beaaf42b4fcf8965eb55b642e1d2a (patch) | |
| tree | 7e7cbf09c1ce6d2539bb2f33a9c3c86f19ce9d48 /public | |
| parent | 06ee582c4adefdb35220c63ee4a30444474e9388 (diff) | |
| parent | d3911aa9ad6bc16c70355fe11d1377d636b14565 (diff) | |
Merge branch 'master' into coolloading
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/public/client.html b/public/client.html index f1fdb1b..db22df3 100644 --- a/public/client.html +++ b/public/client.html @@ -510,33 +510,6 @@ placeholder="Put 1 callword per line here" onchange="changeCallwords()"></textarea> <br> <br> - <span style="color:red">↓ Only touch these settings if you know what you are doing. ↓</span> - <br> - <br> - <label for="client_encoding">Client side chat encoding:</label> - <select id="client_encoding" name="client_encoding"> - <option value="none" selected>None</option> - <option value="unicode">Unicode</option> - <option value="utf16">UTF-16</option> - </select> - <br> - <br> - <label for="client_decoding">Client side chat decoding:</label> - <select id="client_decoding" name="client_decoding"> - <option value="none">None</option> - <option value="unicode" selected>Unicode</option> - <option value="utf16">UTF-16</option> - </select> - <br> - <br> - <label for="bg_command">Change background command:</label> - <input id="bg_command" name="bg_command" type="text" value="bg $1"> - <br> - <br> - <label for="randomchar_command">Random character command:</label> - <input id="randomchar_command" name="randomchar_command" type="text" value="randomchar"> - <br> - <br> <span style="color:blue">Changing these settings will save them as a cookie.<br> By doing so, you agree to it being saved.<br> If you don't agree, disable cookies for this site in your browser.</span> |
