diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 17:47:19 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 17:47:19 +0200 |
| commit | 5937880709e07fc3eceb0e842b7849396f51a754 (patch) | |
| tree | f25bac60349a94f897052e544839b7c9bbf08bee /webAO/client.html | |
| parent | 729f4144d7b3a489d8c17d3ec2d7c8f32411f696 (diff) | |
add the old chatbox
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 5ec6519..afd9106 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -344,6 +344,7 @@ <label for="client_chatboxselect">Chatbox theme:</label> <select id="client_chatboxselect" name="client_chatboxselect" onchange="setChatbox(this.value)"> <option value="dynamic" selected>Use characters</option> + <option value="legacy">old webAO</option> <option value="aa">AA</option> <option value="chatdd">DD / SoJ</option> <option value="dgs">DGS</option> |
