aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-07-17 18:45:38 +0200
committerGitHub <noreply@github.com>2018-07-17 18:45:38 +0200
commit16878ca81abd27e92c1650282f560b8d6d393bcc (patch)
tree46e89fe3d262fe883060b228f2aa4791211436c2 /webAO/client.html
parent1a501c5b54fab1104ef43657e693617bb6df2456 (diff)
parent1ebb0798740195733dcd9f0e32f7da31d3f01f8c (diff)
Merge pull request #3 from AttorneyOnline/master
update
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 57872d3..0d32c73 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -85,7 +85,7 @@
<meta name="frame-title" lang="en" content="About">
<img id="about-logo" src="images/logo-new.png" alt="Attorney Online logo">
<h1 style="line-height: .3em;">webAO</h1>
- <h3>version 2.1</h3>
+ <h3>version 2.1.1</h3>
<p>Client created by <a href="https://github.com/stonedDiscord">@stonedDiscord</a> and fixed up by <a href="https://github.com/oldmud0">@oldmud0</a>.</p>
<p>Special thanks to Aleks for reverse engineering the original Delphi client written by FanatSors.</p>
</template>
@@ -102,8 +102,8 @@
<table id="client_chartable"></table>
</div>
<div id="client_error" class="error" style="display: none">
- <p>A network error occurred.</p>
- <p id="error_id">(unknown error id)</p>
+ <p>You were disconnected from the server.</p>
+ <p>Code: <span id="error_id">(none)</span></p>
<button onclick="ReconnectButton()">Reconnect</button>
</div>
</body>