diff options
| -rw-r--r-- | public/client.html | 4 | ||||
| -rw-r--r-- | webAO/client/handleBans.ts | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/public/client.html b/public/client.html index 6c51dc5..490715f 100644 --- a/public/client.html +++ b/public/client.html @@ -142,10 +142,6 @@ <button id="client_reconnect" onclick="ReconnectButton()"> Reconnect </button> - <p id="client_error_help"> - Having trouble? - <a href="https://discord.gg/9rYQVVQ" target="_blank">Join us on Discord</a> - </p> </div> </div> </body> 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"; }; |
