diff options
| author | sD <stoned@derpymail.org> | 2020-07-14 19:20:39 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-14 19:20:39 +0200 |
| commit | c1464118ab1900382d92c2b376cd080973fdc54b (patch) | |
| tree | 513606b4176e65c2d13b2df6d13672463652fe91 | |
| parent | c08ea7b7ea6c740299425e4325d946907720921e (diff) | |
put a label on it
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index f6b3971..c514bc2 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -401,6 +401,8 @@ <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> |
