Pagination button disapears in standard theme once infinite scroll is triggered

pull/2375/head
Ozzie Isaacs 2 years ago
parent 652d0fd86f
commit 028e6855a7

@ -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");
}

Loading…
Cancel
Save