moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes

This commit is contained in:
psychobunny
2013-04-23 20:17:12 +00:00
parent 67bf1b6041
commit a06b3519a1
4 changed files with 25 additions and 14 deletions

View File

@@ -13,6 +13,10 @@ var socket,
socket.on('event:connect', function(data) {
});
socket.on('event:alert', function(data) {
app.alert(data);
});
},
async: false