aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-11 17:00:17 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-11 17:00:17 +0100
commit731e9e2af2b1cd9e5beec19c697ba9ece7377ef6 (patch)
treed5a547580cc79b16f15b18a3861d14aad0479156 /webAO/client.js
parent194038a62f6fc961cb40e293e51620488e20a861 (diff)
you can't just remove functionality because you think it's cringe
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js3
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}`);