aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-26 13:12:15 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-26 13:12:15 +0200
commit205cd125db7240e9372b091b514f4d521491ccc6 (patch)
tree989ee9f80e2f5883c95840101676dde2ecefe833
parent0a3ccd412cd10ce6e402a80ad0c0de2bc5847fcc (diff)
show the kick reason
-rw-r--r--webAO/client.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 21d74a0..9b53432 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -426,7 +426,6 @@ class Client extends EventEmitter {
onError(e) {
console.error(`A network error occurred: ${e.reason} (${e.code})`);
document.getElementById("client_error").style.display = "flex";
- document.getElementById("client_loading").style.display = "none";
document.getElementById("error_id").textContent = e.code;
this.cleanup();
}