fixed the rotating bell in notifications loading LOL

v1.18.x
Julian Lam 11 years ago
parent 07bd4d68d6
commit ef45ae9ba3

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

Loading…
Cancel
Save