trigger posts loaded so masonry kicks in

This commit is contained in:
barisusakli
2014-10-02 18:18:55 -04:00
parent 2af077544b
commit 6f40a731f5

View File

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