diff --git a/js/content.js b/js/content.js index ed84c421..46a518b9 100644 --- a/js/content.js +++ b/js/content.js @@ -106,7 +106,7 @@ $(function () { }); $(window).scroll(function () { - if ($(document).height() <= $(window).scrollTop() + $(window).height() + 160) { + if ($(document).height() <= $(window).scrollTop() + $(window).height() + 130) { loadNextPages(); } });