aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-01-05 21:17:59 +0100
committersD <stoned@derpymail.org>2020-01-05 21:17:59 +0100
commitb67abc01cf8776ff1e7f9ded66fd786b84638fe2 (patch)
treef5f4861a68f57c97f3b672ef000cac03b0fad97b /webAO/client.html
parentf05f6664abd1c3c9d98432c549d5c2affe4c6243 (diff)
add padding and make the reconnect buttons do the same thing
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 21660dd..3db5ee7 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -339,7 +339,7 @@
<div id="here"></div>
<div id="client_loading">
<h1 id="client_loadingtext">Loading</h1>
- <button onclick="RetryButton()">RETRY</button>
+ <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button>
</div>
<div id="client_charselect">
<div id="client_chartable_container">
@@ -348,11 +348,11 @@
</div>
</div>
<div id="client_error" class="error" style="display: none">
- <p>You were disconnected from the server.</p>
+ <h1 id="client_errortext">You were disconnected from the server.</h1>
<p>Code:
<span id="error_id">(none)</span>
</p>
- <button onclick="ReconnectButton()">Reconnect</button>
+ <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button>
</div>
</body>