summaryrefslogtreecommitdiff
path: root/game_server/src/ws_test.html
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-20 20:04:35 +0200
committernatrixaeria <janng@gmx.de>2019-05-20 20:04:35 +0200
commit368b018f567a804cf02e3fea4246a5c082f8c616 (patch)
tree69d878c0dfc3518dc919bab1876dd7cd5fc3f7bf /game_server/src/ws_test.html
parentc7bc91ecd6c32afab52c5e45b569e3945bdd1056 (diff)
Remove users from server, if not reachable
Diffstat (limited to 'game_server/src/ws_test.html')
-rw-r--r--game_server/src/ws_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/game_server/src/ws_test.html b/game_server/src/ws_test.html
index ee60b65..44b6eb0 100644
--- a/game_server/src/ws_test.html
+++ b/game_server/src/ws_test.html
@@ -12,7 +12,7 @@
<div id='cons'>connected</div><br>
<button onclick='test_connection()'>Launch</button><br>
<span>Server address: </span><input id='addr'></input>
- <span>Message</span><input id='msg'></input><button onclick='send_text()'>Send</button>
+ <span>Message</span><input id='msg'></input> <button onclick='send_text()'>Send</button>
<div id='chat' style='background: rgb(20, 20, 20); padding-left: 20px; margin: 40px' />
</body>
<script>