diff options
| author | sD <stoned@derpymail.org> | 2020-04-11 21:51:06 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-11 21:51:06 +0200 |
| commit | 9b4e487245f7fb6862dc3bba84f9425b18894cec (patch) | |
| tree | 0618dc1e98a6b211aa3d902765aa4ca36e0b3a2a /webAO/client.html | |
| parent | 13df07b8d246c18de314e6b7f61c646214098746 (diff) | |
Revert "save showname to a cookie"
This reverts commit 07cbf4bda7f53ac67119f508c7ebf4e2d572728b.
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 8f675ac..197d77e 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -161,7 +161,7 @@ <br> <span id="cccc" style="display: none"> <label for="ic_chat_name">Custom Showname:</label> - <input id="ic_chat_name" name="ic_chat_name" type="text" onchange="onShownameChange()"> + <input id="ic_chat_name" name="ic_chat_name" type="text"> <label for="showname">Show others:</label> <input id="showname" name="showname" type="checkbox" onclick="showname_click()"> </span> |
