diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 19:08:50 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 19:08:50 +0100 |
| commit | 50718dfeb5ecc0010e247e67b4a52777a4da033c (patch) | |
| tree | 07373a627476fa568b92985db63fe2985221be61 /webAO/client.html | |
| parent | be568feef204eeb07ded55cb51c1e4ba8f2e9c92 (diff) | |
store showname in cookie
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index 4a6852f..875bcf0 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -118,7 +118,7 @@ No judge actions available for this role. </span> <br> - <span id="muting"> + <span id="muting" style="display: none"> <label for="mute_select">Mute a character:</label> <select name="mute_select" id="mute_select" onchange="mutelist_click(event)"></select> </span> @@ -246,7 +246,7 @@ <label for="ic_chat_name">Custom Showname:</label> <input id="ic_chat_name" name="ic_chat_name" class="short" type="text"> <label for="showname">Show others:</label> - <input id="showname" name="showname" type="checkbox"> + <input id="showname" name="showname" type="checkbox" onclick="showname_click()"> </span> <br> <br> |
