aboutsummaryrefslogtreecommitdiff
path: root/webclient
diff options
context:
space:
mode:
Diffstat (limited to 'webclient')
-rw-r--r--webclient/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/client.html b/webclient/client.html
index af790c6..218bc22 100644
--- a/webclient/client.html
+++ b/webclient/client.html
@@ -84,7 +84,7 @@ function reconnect(){
net_callbacks={};
var host=location.hostname||"localhost";
- sock=new WebSocket("ws://"+host+":29546");
+ sock=new WebSocket("wss://"+host+":29546");
updateStatus();
updateRoomList();
sock.addEventListener("message",function(msg){