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