mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
fixed the rotating bell in notifications loading LOL
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user