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