tweaking scroll
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user