mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 02:30:47 +02:00
Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
@@ -42,6 +42,7 @@ var socket,
|
||||
});
|
||||
}, 1000);
|
||||
reconnecting = false;
|
||||
socket.emit('api:updateHeader', { fields: ['username', 'picture', 'userslug'] });
|
||||
}
|
||||
});
|
||||
|
||||
@@ -110,7 +111,7 @@ var socket,
|
||||
function startTimeout(div, timeout) {
|
||||
var timeoutId = setTimeout(function() {
|
||||
$(div).fadeOut(1000, function() {
|
||||
this.remove();
|
||||
$(this).remove();
|
||||
});
|
||||
}, timeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user