Merge pull request #1214 from Alkarex/sticky-column-recalc

Refresh sticky column after auto-load
This commit is contained in:
Alexandre Alapetite
2016-08-14 23:01:12 +02:00
committed by GitHub

View File

@@ -1013,6 +1013,7 @@ function load_more_posts() {
$('#load_more').removeClass('loading');
load_more = false;
$(document.body).trigger('sticky_kit:recalc');
});
}