1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-05 07:48:06 +00:00

Merge branch 'master' into cover_thumbnail

This commit is contained in:
Ozzie Isaacs
2022-04-13 18:37:44 +02:00
11 changed files with 42 additions and 33 deletions

View File

@@ -381,8 +381,8 @@ $(function() {
//extraScrollPx: 300
});
$loadMore.on( "append.infiniteScroll", function( event, response, path, data ) {
$(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html());
if ($("body").hasClass("blur")) {
$(".pagination").addClass("hidden").html(() => $(response).find(".pagination").html());
$(" a:not(.dropdown-toggle) ")
.removeAttr("data-toggle");
}