trigger posts loaded so masonry kicks in

v1.18.x
barisusakli 11 years ago
parent 2af077544b
commit 6f40a731f5

@ -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');
});
}

Loading…
Cancel
Save