tweaking scroll

This commit is contained in:
10001shh
2019-01-10 21:15:01 -06:00
parent e0447c4616
commit 99ecac6f5d

View File

@@ -106,7 +106,7 @@ $(function () {
}); });
$(window).scroll(function () { $(window).scroll(function () {
if ($(document).height() <= $(window).scrollTop() + $(window).height() + 160) { if ($(document).height() <= $(window).scrollTop() + $(window).height() + 130) {
loadNextPages(); loadNextPages();
} }
}); });