fixed the rotating bell in notifications loading LOL

This commit is contained in:
Julian Lam
2014-02-15 15:14:17 -05:00
parent 07bd4d68d6
commit ef45ae9ba3

View File

@@ -5,7 +5,7 @@ define(function() {
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 = $('.notifications > a > i');
notifTrigger.on('click', function(e) { notifTrigger.on('click', function(e) {
e.preventDefault(); e.preventDefault();