aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-05-22 23:29:03 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-05-22 23:29:03 -0500
commit41d166c7912048fe1bdbf186fb68b9fc617ae2f1 (patch)
treecbe936114899c456c3ce7dcdd16a35f509679465 /webAO/client.html
parent3ac1870877eccf2b8fe40a28bf3807620ac94907 (diff)
Improve connection error dialog
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html
index fa373e2..54d0fd4 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -102,8 +102,9 @@
<table id="client_chartable"></table>
</div>
<div id="client_error" class="error" style="display: none">
- <p>CONNECTION ERROR</p><br>
- <button onclick="ReconnectButton()">RECONNECT</button>
+ <p>A network error occurred.</p>
+ <p id="error_id">(unknown error id)</p>
+ <button onclick="ReconnectButton()">Reconnect</button>
</div>
</body>
</html> \ No newline at end of file