Smarter server URL auto-detection

This commit is contained in:
Simon Ser
2020-06-07 13:46:46 +02:00
parent 1a1c3f9052
commit 73723f6696
2 changed files with 11 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<div id="connect-url-container">
<label for="connect-url">Server URL:</label><br/>
<input type="url" name="url" id="connect-url" value="ws://localhost:8080"/>
<input type="url" name="url" id="connect-url"/>
<br/><br/>
</div>