diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-03-24 12:27:46 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-03-24 12:27:46 +0100 |
| commit | c923dbe9a71a77db4f32c3b3e5153d24441c0ff6 (patch) | |
| tree | a8e3b29e26e2e4fd2dbdbefbd93b8f9ddb19fc2a /webAO | |
| parent | 1a1ed4e1d0568a1610d5f5da3d541a59afe2b863 (diff) | |
no double notice
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client/handleBans.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client/handleBans.ts b/webAO/client/handleBans.ts index cf7f881..004b27e 100644 --- a/webAO/client/handleBans.ts +++ b/webAO/client/handleBans.ts @@ -11,5 +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"; - alert(type + ":\r" + reason); }; |
