This commit is contained in:
barisusakli
2014-11-13 16:33:03 -05:00
parent c24e451c12
commit d9d44aee2b

View File

@@ -10,7 +10,7 @@ define('notifications', ['sounds'], function(sound) {
var notifContainer = $('.notifications'), var notifContainer = $('.notifications'),
notifTrigger = notifContainer.children('a'), notifTrigger = notifContainer.children('a'),
notifList = $('#notif-list'), notifList = $('#notif-list'),
notifIcon = $('.notifications > a > i'); notifIcon = $('.notification-icon');
notifTrigger.on('click', function(e) { notifTrigger.on('click', function(e) {
e.preventDefault(); e.preventDefault();