aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 17:36:01 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 17:36:01 -0400
commite28fcc59a76772eae64ed480919cddb60a3b5fce (patch)
treedb7ed6cf18f928fae734f3cc9430bb2b220ba2a0 /public
parenta7facd6e825e3a2d60752df0b8526482b19a12de (diff)
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into multipleBackgroundTypes
Diffstat (limited to 'public')
-rw-r--r--public/client.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/public/client.html b/public/client.html
index f30e708..28a0bf1 100644
--- a/public/client.html
+++ b/public/client.html
@@ -507,33 +507,6 @@
placeholder="Put 1 callword per line here" onchange="changeCallwords()"></textarea>
<br>
<br>
- <span style="color:red">&#8595; Only touch these settings if you know what you are doing. &#8595;</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>