mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Update npm and bower dependencies with related patch
This commit is contained in:
parent
b734eb9c85
commit
fb5d7e4359
8 changed files with 39 additions and 41 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue