diff options
| author | 2017-02-23 23:31:10 +0100 | |
|---|---|---|
| committer | 2017-02-23 23:31:10 +0100 | |
| commit | bade06668ec81a1e04e91840c783325f455cde4d (patch) | |
| tree | 0ddd86e91886b73ebc0d86f01d4e54cb8cc105d3 /p/scripts | |
| parent | 9f95783517c49e0c100646113b13d78053710b7b (diff) | |
Un-disable mark-as-read button
https://github.com/FreshRSS/FreshRSS/issues/1421
https://github.com/FreshRSS/FreshRSS/issues/1348
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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'); }); |
