This commit is contained in:
Martin Donnelly 2016-10-05 15:14:09 +01:00
parent 08cbcc049a
commit 53e5647e32

View File

@ -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] + '';