This commit is contained in:
Martin Donnelly 2016-10-05 15:13:04 +01:00
parent 7fa773588a
commit 08cbcc049a

View File

@ -1,7 +1,7 @@
var WEBSOCKET = function(model) {
var wsUrl = ['localhost','silvrtree.co.uk'];
var wsPort = 9000;
var wsPort = 80;
if ('https:' === document.location.protocol) {
wsUrl = 'wss://' + wsUrl[1] + '';