mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	Pagination button disapears in standard theme once infinite scroll is triggered
This commit is contained in:
		| @@ -381,8 +381,8 @@ $(function() { | |||||||
|             //extraScrollPx: 300 |             //extraScrollPx: 300 | ||||||
|         }); |         }); | ||||||
|         $loadMore.on( "append.infiniteScroll", function( event, response, path, data ) { |         $loadMore.on( "append.infiniteScroll", function( event, response, path, data ) { | ||||||
|  |             $(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html()); | ||||||
|             if ($("body").hasClass("blur")) { |             if ($("body").hasClass("blur")) { | ||||||
|                 $(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html()); |  | ||||||
|                 $(" a:not(.dropdown-toggle) ") |                 $(" a:not(.dropdown-toggle) ") | ||||||
|                   .removeAttr("data-toggle"); |                   .removeAttr("data-toggle"); | ||||||
|             } |             } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs