Fixes mm-2021 removes hard coded port
Этот коммит содержится в:
@@ -28,7 +28,6 @@ var SocketStore = assign({}, EventEmitter.prototype, {
|
|||||||
var port = '';
|
var port = '';
|
||||||
if (window.location.protocol === 'https:') {
|
if (window.location.protocol === 'https:') {
|
||||||
protocol = 'wss://';
|
protocol = 'wss://';
|
||||||
port = ':8443';
|
|
||||||
}
|
}
|
||||||
var connUrl = protocol + location.host + port + '/api/v1/websocket';
|
var connUrl = protocol + location.host + port + '/api/v1/websocket';
|
||||||
console.log('connecting to ' + connUrl);
|
console.log('connecting to ' + connUrl);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user