diff options
| author | sD <stoned@derpymail.org> | 2020-07-13 18:31:33 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-13 18:31:33 +0200 |
| commit | ec520d9146a68412a50fe04860fe813d8131e322 (patch) | |
| tree | 168a3a5430dc7d96014c5876b6444740d490a637 | |
| parent | ba09cd78b07edb9c521d15213d74214519301d1f (diff) | |
add textfield for callwords
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 717f9ea..befeb25 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -401,6 +401,10 @@ <input type="checkbox" id="client_hdviewport_offset" id="client_hdviewport_offset" onclick="switchChatOffset()"> <br> <br> + <textarea id="client_callwords" name="client_callwords" rows="4" cols="10" + placeholder="Put 1 callword per line here"></textarea> + <br> + <br> <span style="color:red">↓ Only touch these settings if you know what you are doing. ↓</span> <br> <br> |
