diff options
| author | sD <stoned@derpymail.org> | 2019-12-19 19:12:15 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-19 19:12:15 +0100 |
| commit | 6531a5c803f2144025273448e7d43bd5f43d11da (patch) | |
| tree | 6ec4e3390cb815da9318162251ed2d9a1a236171 /webAO/client.html | |
| parent | 5918b204c206b39909d56009cab785bd213c8dfe (diff) | |
fix nameplate and load cookies with the settings tab
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 d338e46..b781a6c 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -214,7 +214,7 @@ </span> <!-- Settings section --> - <span class="menu_content" id="content_3"> + <span class="menu_content" id="content_3" onload="loadSettings()"> <meta name="frame-title" lang="en" content="Settings"> <label for="OOC_name">Server chat name:</label> <input id="OOC_name" name="OOC_name" class="short" type="text"> |
