mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-17 05:46:26 -04:00
Merge pull request #1214 from Alkarex/sticky-column-recalc
Refresh sticky column after auto-load
This commit is contained in:
@@ -1013,6 +1013,7 @@ function load_more_posts() {
|
||||
|
||||
$('#load_more').removeClass('loading');
|
||||
load_more = false;
|
||||
$(document.body).trigger('sticky_kit:recalc');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user