tweaking scroll

This commit is contained in:
Sriram Hariharan
2019-01-10 21:10:57 -06:00
parent 5c8b533e3a
commit e0447c4616

View File

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