aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-18 16:04:27 +0200
committersD <stoned@derpymail.org>2020-04-18 16:04:27 +0200
commit7807d85ab18edadba33de36b324353f51cf51036 (patch)
tree7a1593ae95090d9f0d08714ebc95a220b4003d28 /webAO/client.html
parentcc95e7d8393e6862b571e6c83c713a3284a6f895 (diff)
load chatbox from cookie
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 19a6344..2424c7e 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -341,7 +341,7 @@
<br>
<br>
<label for="client_chatboxselect">Chatbox theme:</label>
- <select id="client_chatboxselect" name="client_chatboxselect" onchange="setChatbox()">
+ <select id="client_chatboxselect" name="client_chatboxselect" onchange="setChatbox(this.value)">
<option value="dynamic" selected>Use characters</option>
<option value="aa">AA</option>
<option value="chatdd">DD / SoJ</option>