mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
fix: #8500
This commit is contained in:
@@ -14,7 +14,6 @@ define('forum/unread', ['topicSelect', 'components', 'topicList'], function (top
|
|||||||
app.enterRoom('unread_topics');
|
app.enterRoom('unread_topics');
|
||||||
|
|
||||||
topicList.init('unread');
|
topicList.init('unread');
|
||||||
topicSelect.init();
|
|
||||||
|
|
||||||
updateUnreadTopicCount('/' + ajaxify.data.selectedFilter.url, ajaxify.data.topicCount);
|
updateUnreadTopicCount('/' + ajaxify.data.selectedFilter.url, ajaxify.data.topicCount);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user