Procházet zdrojové kódy

Corrige lien bigMarkAsRead

Corrige bug https://github.com/marienfressinaud/FreshRSS/issues/314
introduit par https://github.com/marienfressinaud/FreshRSS/issues/249
Alexandre Alapetite před 12 roky
rodič
revize
4038bc885c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      public/scripts/main.js

+ 1 - 0
public/scripts/main.js

@@ -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 + '"]');