aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-04-06 22:18:29 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-06-06 03:09:27 +0000
commitf9b5d128fbd63760d4aba9965f4f2eeaf3adb33b (patch)
tree37348f80baf467bf0b814c1f9ff07830644d7d8d /webAO
parent0a769da6759c0a8768ce600cbfb2a8f29d7ff7a7 (diff)
Avoid bothering the upstream
Delete reference to the AO2 Discord server so users don't accidentally complain there if I break something here.
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client/handleBans.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/webAO/client/handleBans.ts b/webAO/client/handleBans.ts
index eeacf40..004b27e 100644
--- a/webAO/client/handleBans.ts
+++ b/webAO/client/handleBans.ts
@@ -11,6 +11,4 @@ export const handleBans = (type: string, reason: string) => {
`${type}:<br>${safeTags(reason).replace(/\n/g, "<br />")}`;
(<HTMLElement>document.getElementById("client_reconnect")).style.display =
"none";
- (<HTMLElement>document.getElementById("client_error_help")).style.display =
- "none";
};