mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes
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