diff options
| author | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:32:15 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2023-11-30 19:32:15 +0100 |
| commit | 03c430a1598f7d08430c52932a5587ffe5aa5305 (patch) | |
| tree | dc9995a0e9929496f2caf7e9b69a777f3a5adbb4 /public | |
| parent | 32dfc6ee2dc026661ffb9cea75cc805ad46f4a71 (diff) | |
Remove https-error div
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index 15c1b2e..fccc3b8 100644 --- a/public/index.html +++ b/public/index.html @@ -91,11 +91,6 @@ </nav> <form id="serverlist_container" class="monocle-enriched"> <h2>Server List</h2> - <div id="https_error" class="error" style="display: none; font-size: 50;"> - <h1>https is not supported</h1> - <h2>Please <a href="http://web.aceattorneyonline.com/">click here</a> and if that doesn't work click into - the address bar and remove the s from https at the beginning</h2> - </div> <div id="ms_error" class="error" style="display: none;"> <p>Could not connect to the master server.</p> <p>Showing saved list.</p> |
