diff options
| author | sD <stoned@derpymail.org> | 2020-07-14 19:01:04 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-14 19:01:04 +0200 |
| commit | 71e3a749d7a8de9c982e670f88eb2c08d3091565 (patch) | |
| tree | ff72ac97dedeaa337d6bc70830c7eb4995535aa8 /webAO/client.html | |
| parent | defaf5b6511588d3a00809979c9e0cf3ffd0766e (diff) | |
add a callword array and fill it when it's changed
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index befeb25..f6b3971 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -402,7 +402,7 @@ <br> <br> <textarea id="client_callwords" name="client_callwords" rows="4" cols="10" - placeholder="Put 1 callword per line here"></textarea> + 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> |
