mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
trigger posts loaded so masonry kicks in
This commit is contained in:
@@ -55,6 +55,8 @@ define('forum/home', function() {
|
||||
if (categoryBox.find('.post-preview').length > parseInt(numRecentReplies, 10)) {
|
||||
recentPosts.last().remove();
|
||||
}
|
||||
|
||||
$(window).trigger('action:posts.loaded');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user