Today
This commit is contained in:
parent
a7863e20b9
commit
2f79a85abf
@ -1,7 +1,7 @@
|
||||
var WEBSOCKET = function(model) {
|
||||
|
||||
var wsUrl = ['localhost','silvrtree.co.uk'];
|
||||
var wsPort = '9000;
|
||||
var wsPort = '9000';
|
||||
|
||||
if ('https:' === document.location.protocol) {
|
||||
wsUrl = 'wss://' + wsUrl[1] + '';
|
||||
|
Loading…
Reference in New Issue
Block a user