1
0

Fixing a stupid typo, sorry about that

This commit is contained in:
Serge Victor
2016-10-02 03:55:19 +00:00
parent 55d392c274
commit 98ace59f80

View File

@@ -61,7 +61,7 @@ if (id) {
}
});
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/");
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/";
console.log("Opening WSS: " + wss_address)
var ws = new WebSocket(wss_address);