mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-01 10:01:12 +01:00
Merge branch 'master' of github.com:psychobunny/node-forum
This commit is contained in:
@@ -117,7 +117,6 @@
|
||||
}
|
||||
});
|
||||
socket.on('event:new_notification', function() {
|
||||
console.log('WOOT');
|
||||
document.querySelector('.notifications a i').className = 'icon-circle active';
|
||||
});
|
||||
socket.emit('api:notifications.counts');
|
||||
|
||||
Reference in New Issue
Block a user