console.log

v1.18.x
psychobunny 12 years ago
parent c63d6f75c2
commit d76432a20f

@ -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');

Loading…
Cancel
Save