Fixes mm-2021 removes hard coded port

Этот коммит содержится в:
=Corey Hulen
2015-08-24 17:02:27 -07:00
родитель b76b314153
Коммит 7472d9b29b

Просмотреть файл

@@ -28,7 +28,6 @@ var SocketStore = assign({}, EventEmitter.prototype, {
var port = '';
if (window.location.protocol === 'https:') {
protocol = 'wss://';
port = ':8443';
}
var connUrl = protocol + location.host + port + '/api/v1/websocket';
console.log('connecting to ' + connUrl);