aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-21 15:32:25 +0100
committersD <stoned@derpymail.org>2019-12-21 15:32:25 +0100
commit1c46a4c775872321271d9d11577503737ef14279 (patch)
tree81572b7655b31005acc1ed682f7f64e1aaaddc65 /webAO/client.js
parent6fbb25deaa32c3a802067072a06f25a8d9f23955 (diff)
add showname ui
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 ed28819..5702e13 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -838,6 +838,9 @@ class Client extends EventEmitter {
handleFL(args) {
console.info("Server-supported features:");
console.info(args);
+ if (args.contains("cccc_ic_support")) {
+ document.getElementById("cccc").style.display = "";
+ }
}
/**