Browse Source

Refresh sticky column after auto-load

https://github.com/FreshRSS/FreshRSS/pull/1172
Alexandre Alapetite 9 years ago
parent
commit
6941b4c742
1 changed files with 1 additions and 0 deletions
  1. 1 0
      p/scripts/main.js

+ 1 - 0
p/scripts/main.js

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