Update npm and bower dependencies with related patch
This commit is contained in:
@@ -2262,8 +2262,6 @@ socket.on('connect', function (data) {
|
||||
personalInfo['id'] = socket.id;
|
||||
showStatus(statusType.connected);
|
||||
socket.emit('version');
|
||||
if (socket.id.indexOf('/') == -1)
|
||||
socket.id = socket.nsp + '#' + socket.id;
|
||||
});
|
||||
socket.on('version', function (data) {
|
||||
if (version != data.version) {
|
||||
|
||||
Reference in New Issue
Block a user