We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18f582 commit 85893a1Copy full SHA for 85893a1
view/frontend/web/js/lazyload.js
@@ -41,7 +41,7 @@
41
*/
42
function startLoading()
43
{
44
- if (that.opt.current_page <= that.opt.last_page && !that.loading) {
+ if (that.opt.current_page < that.opt.last_page && !that.loading) {
45
46
that.loading = true;
47
$('.mfblog-show-onload').show();
0 commit comments