diff --git a/js/content.js b/js/content.js index 7046672d..ed84c421 100644 --- a/js/content.js +++ b/js/content.js @@ -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(); } });