diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-11 17:00:17 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-11 17:00:17 +0100 |
| commit | 731e9e2af2b1cd9e5beec19c697ba9ece7377ef6 (patch) | |
| tree | d5a547580cc79b16f15b18a3861d14aad0479156 /webAO | |
| parent | 194038a62f6fc961cb40e293e51620488e20a861 (diff) | |
you can't just remove functionality because you think it's cringe
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js index 6a7733d..fbe5b68 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -859,6 +859,9 @@ class Client extends EventEmitter { muted: false }; + const iniedit_select = document.getElementById("client_ininame"); + iniedit_select.add(new Option(safe_tags(chargs[0]))); + } else { console.warn("missing charid " + charid); let img = document.getElementById(`demo_${charid}`); |
