From ef45ae9ba3af895bca4ae6fa2470881db20f57cb Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 15 Feb 2014 15:14:17 -0500 Subject: [PATCH] fixed the rotating bell in notifications loading LOL --- public/src/modules/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/notifications.js b/public/src/modules/notifications.js index 13485a47c6..b5b4226c58 100644 --- a/public/src/modules/notifications.js +++ b/public/src/modules/notifications.js @@ -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();