From 5e984d10f00600429d2e15daec1abcd498aa386e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 13 Jul 2020 16:02:32 -0400 Subject: [PATCH] fix: #8500 --- public/src/client/unread.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/client/unread.js b/public/src/client/unread.js index 504f72e613..3d0dfa5fe1 100644 --- a/public/src/client/unread.js +++ b/public/src/client/unread.js @@ -14,7 +14,6 @@ define('forum/unread', ['topicSelect', 'components', 'topicList'], function (top app.enterRoom('unread_topics'); topicList.init('unread'); - topicSelect.init(); updateUnreadTopicCount('/' + ajaxify.data.selectedFilter.url, ajaxify.data.topicCount);