mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 07:47:26 +02:00
This commit is contained in:
@@ -59,7 +59,7 @@ define('notifications', ['sounds'], function(sound) {
|
||||
|
||||
notifList.on('click', '.mark-read', function(e) {
|
||||
var liEl = $(this.parentNode),
|
||||
nid = liEl.siblings('a').attr('data-nid'),
|
||||
nid = liEl.attr('data-nid'),
|
||||
unread = liEl.hasClass('unread');
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user