fixed infinite scroll

This commit is contained in:
Oleg Belyaev 2025-03-24 20:29:22 +03:00
parent cbc0f5662d
commit 04ab9741b4
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ $( document ).ready(function() {
// init Infinite Scroll
$('main').infiniteScroll({
path: '.pagination__next',
append: '.abv-entry',
append: 'div.abv-lex',
//status: '.scroller-status',
//hideNav: '.pagination',
});