mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
This commit is contained in:
@@ -10,7 +10,7 @@ define('notifications', ['sounds'], function(sound) {
|
||||
var notifContainer = $('.notifications'),
|
||||
notifTrigger = notifContainer.children('a'),
|
||||
notifList = $('#notif-list'),
|
||||
notifIcon = $('.notifications > a > i');
|
||||
notifIcon = $('.notification-icon');
|
||||
|
||||
notifTrigger.on('click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user