Browse Source

Un-disable mark-as-read button

https://github.com/FreshRSS/FreshRSS/issues/1421
https://github.com/FreshRSS/FreshRSS/issues/1348
Alexandre Alapetite 9 years ago
parent
commit
bade06668e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      p/scripts/main.js

+ 1 - 0
p/scripts/main.js

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