fix: keep 60 topics minimum on topic list

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 77ab46686d
commit c30b40abe7

@ -247,7 +247,7 @@ define('topicList', [
} }
if (!topicSelect.getSelectedTids().length) { if (!topicSelect.getSelectedTids().length) {
infinitescroll.removeExtra(topicListEl.find('[component="category/topic"]'), direction, config.topicsPerPage * 3); infinitescroll.removeExtra(topicListEl.find('[component="category/topic"]'), direction, 60);
} }
html.find('.timeago').timeago(); html.find('.timeago').timeago();

Loading…
Cancel
Save