From bade06668ec81a1e04e91840c783325f455cde4d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Feb 2017 23:31:10 +0100 Subject: Un-disable mark-as-read button https://github.com/FreshRSS/FreshRSS/issues/1421 https://github.com/FreshRSS/FreshRSS/issues/1348 --- p/scripts/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index ff1753b5f..d464b0863 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1016,6 +1016,7 @@ function load_more_posts() { init_load_more(box_load_more); $('#load_more').removeClass('loading'); + $('#bigMarkAsRead').removeAttr('disabled'); load_more = false; $(document.body).trigger('sticky_kit:recalc'); }); -- cgit v1.2.3