mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
@@ -51,8 +51,9 @@ app.isConnected = false;
|
||||
});
|
||||
|
||||
socket.on('event:banned', onEventBanned);
|
||||
|
||||
socket.on('event:alert', app.alert);
|
||||
socket.on('event:alert', function (params) {
|
||||
app.alert(params);
|
||||
});
|
||||
}
|
||||
|
||||
function onConnect() {
|
||||
|
||||
Reference in New Issue
Block a user