diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-07-14 19:22:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 19:22:15 +0200 |
| commit | d720de27c51c2a4a2173f1349bad49672f65e9c5 (patch) | |
| tree | f325404165f879f077e2e33efce67e484d378134 /webAO/client.html | |
| parent | 0298c14f033448351b25bd0c3d0916be19e00c3a (diff) | |
| parent | c1464118ab1900382d92c2b376cd080973fdc54b (diff) | |
Merge pull request #62 from AttorneyOnline/callwords
Callwords
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 9e18c5a..dde43e0 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -404,6 +404,12 @@ <input type="checkbox" id="client_hdviewport_offset" id="client_hdviewport_offset" onclick="switchChatOffset()"> <br> <br> + <label for="client_callwords">Callwords:</label> + <br> + <textarea id="client_callwords" name="client_callwords" rows="4" cols="10" + 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> |
