You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 't[o].sentinel.getBoundingClientRect') infinite-ajax-scroll.min.js:11:11548
#884
Open
deepdatatop opened this issue
Jan 29, 2024
· 0 comments
Code and configuration snippets that reproduces the problem
{{.cascadeblocks}}
- -
let ias = new InfiniteAjaxScroll('#cascade_container',{item:'.cascade',next:'.next',pagination:'.pagination' });
ias.on('last',function(){ $('#nomorepage').show(); });
Bug report
Code and configuration snippets that reproduces the problem
let ias = new InfiniteAjaxScroll('#cascade_container',{item:'.cascade',next:'.next',pagination:'.pagination' });
ias.on('last',function(){ $('#nomorepage').show(); });
Expected behavior
Environment
The text was updated successfully, but these errors were encountered: