|
|
@ -117,7 +117,6 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
socket.on('event:new_notification', function() {
|
|
|
|
socket.on('event:new_notification', function() {
|
|
|
|
console.log('WOOT');
|
|
|
|
|
|
|
|
document.querySelector('.notifications a i').className = 'icon-circle active';
|
|
|
|
document.querySelector('.notifications a i').className = 'icon-circle active';
|
|
|
|
});
|
|
|
|
});
|
|
|
|
socket.emit('api:notifications.counts');
|
|
|
|
socket.emit('api:notifications.counts');
|
|
|
|