mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
@@ -13,6 +13,10 @@ var socket,
|
||||
socket.on('event:connect', function(data) {
|
||||
|
||||
});
|
||||
|
||||
socket.on('event:alert', function(data) {
|
||||
app.alert(data);
|
||||
});
|
||||
},
|
||||
async: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user