mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
fixed infinite load and select
This commit is contained in:
@@ -114,7 +114,7 @@ define(['forum/recent'], function(recent) {
|
||||
}
|
||||
|
||||
if (data.topics && data.topics.length) {
|
||||
recent.onTopicsLoaded('unread', data.topics);
|
||||
recent.onTopicsLoaded('unread', data.topics, true);
|
||||
$('#topics-container').attr('data-nextstart', data.nextStart);
|
||||
} else {
|
||||
$('#load-more-btn').hide();
|
||||
|
||||
Reference in New Issue
Block a user