mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
closes #3045
This commit is contained in:
@@ -66,6 +66,8 @@ app.cacheBuster = null;
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
socket.on('event:logout', app.logout);
|
||||
|
||||
socket.on('event:alert', function(data) {
|
||||
app.alert(data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user