summaryrefslogtreecommitdiff
path: root/game_server/src/ws_test.html
diff options
context:
space:
mode:
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>