mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
fix unread count increase
This commit is contained in:
@@ -36,7 +36,7 @@ define('forum/footer', ['notifications', 'chat', 'components', 'translator'], fu
|
||||
|
||||
function increaseUnreadCount() {
|
||||
var count = parseInt($('#unread-count i').attr('data-content'), 10) + 1;
|
||||
updateUnreadTopicCount(null, count);
|
||||
updateUnreadTopicCount(count);
|
||||
}
|
||||
|
||||
function markTopicsUnread(tid) {
|
||||
|
||||
Reference in New Issue
Block a user