mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
another fix
This commit is contained in:
@@ -22,6 +22,7 @@ var socket,
|
||||
socket.on('event:connect', function(data) {
|
||||
console.log('connected to nodebb socket: ', data);
|
||||
app.username = data.username;
|
||||
app.showLoginMessage();
|
||||
});
|
||||
|
||||
socket.on('event:alert', function(data) {
|
||||
|
||||
Reference in New Issue
Block a user