mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Fixed book details not loading after infinite scroll
This commit is contained in:
		| @@ -316,6 +316,8 @@ $(function() { | |||||||
|         $loadMore.on( "append.infiniteScroll", function( event, response, path, data ) { |         $loadMore.on( "append.infiniteScroll", function( event, response, path, data ) { | ||||||
|             if ($("body").hasClass("blur")) { |             if ($("body").hasClass("blur")) { | ||||||
|                 $(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html()); |                 $(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html()); | ||||||
|  |                 $(" a:not(.dropdown-toggle) ") | ||||||
|  |                   .removeAttr("data-toggle"); | ||||||
|             } |             } | ||||||
|             $(".load-more .row").isotope( "appended", $(data), null ); |             $(".load-more .row").isotope( "appended", $(data), null ); | ||||||
|         }); |         }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 cbartondock
					cbartondock