This commit is contained in:
barisusakli
2015-04-22 10:41:44 -04:00
parent d7444e5edf
commit 7632997a99
5 changed files with 31 additions and 12 deletions

View File

@@ -66,6 +66,8 @@ app.cacheBuster = null;
}, 1000);
});
socket.on('event:logout', app.logout);
socket.on('event:alert', function(data) {
app.alert(data);
});