From 6f40a731f50e079582ce401d2fc721d6db49e729 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 2 Oct 2014 18:18:55 -0400 Subject: [PATCH] trigger posts loaded so masonry kicks in --- public/src/forum/home.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/src/forum/home.js b/public/src/forum/home.js index c770aceb36..ae52d240c0 100644 --- a/public/src/forum/home.js +++ b/public/src/forum/home.js @@ -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'); }); }