aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-06-24 21:07:24 +0200
committerstonedDiscord <Tukz@gmx.de>2021-06-24 21:07:24 +0200
commit108f911100fc12972f5a50fee5143a259990ef8f (patch)
treecffa71fc382338165557a08974535f8ef2f56364 /webAO/client.html
parentffa9bf0a6ee5d8188a5ce25d926a2a7666d29777 (diff)
the error code is less useful than the message above
yet people only post the code on discord
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 43a1618..5197bed 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -61,7 +61,7 @@
</div>
<div id="client_error" class="error" style="display: none">
<h1 id="client_errortext">You were disconnected from the server.</h1>
- <p>Code:
+ <p style="color: #a00">Code:
<span id="error_id">(none)</span>
</p>
<button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button>