removed ajax from make/remove admin

This commit is contained in:
Baris Soner Usakli
2013-06-25 16:43:46 -04:00
parent 34777fa844
commit e0debed04f
6 changed files with 70 additions and 82 deletions

View File

@@ -23,6 +23,7 @@ var socket,
});
socket.on('event:alert', function(data) {
console.log('ALERT');
app.alert(data);
});