diff --git a/js/solstice.js b/js/solstice.js index a26f0028..f8423292 100644 --- a/js/solstice.js +++ b/js/solstice.js @@ -147,6 +147,10 @@ $("body").on("shown.ef.news", function(e) { matchHeightItems(); + + // For news with data-mh + $.fn.matchHeight._applyDataApi(); + blockSumaryItem(); })