mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-06 07:28:29 -05:00
Corrige lien bigMarkAsRead
Corrige bug https://github.com/marienfressinaud/FreshRSS/issues/314 introduit par https://github.com/marienfressinaud/FreshRSS/issues/249
This commit is contained in:
@@ -517,6 +517,7 @@ function load_more_posts() {
|
||||
$.get(url_load_more, function (data) {
|
||||
box_load_more.children('.flux:last').after($('#stream', data).children('.flux, .day'));
|
||||
$('.pagination').replaceWith($('.pagination', data));
|
||||
$('#bigMarkAsRead').attr('href', $('#nav_menu_read_all>a').attr('href'));
|
||||
|
||||
$('[id^=day_]').each(function (i) {
|
||||
var ids = $('[id="' + this.id + '"]');
|
||||
|
||||
Reference in New Issue
Block a user