diff --git a/app/assets/javascripts/bulletin/wpex.min.js b/app/assets/javascripts/bulletin/wpex.min.js index a40ae2b..a5c3235 100644 --- a/app/assets/javascripts/bulletin/wpex.min.js +++ b/app/assets/javascripts/bulletin/wpex.min.js @@ -2439,8 +2439,8 @@ var wpex = {}; layoutMode: $container.data('layout-mode') ? $container.data('layout-mode') : 'masonry', filter: activeItems }) - $grid.on( 'arrangeComplete', function(){ - /* something event to run after isotope */ + $grid.on( 'layoutComplete', function(){ + self.equalHeights(); }); }) })