barisusakli 11 years ago
parent c24e451c12
commit d9d44aee2b

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

Loading…
Cancel
Save