start reverse IS earlier

v1.18.x
barisusakli 9 years ago
parent 6e1522c340
commit 8a3452f985

@ -17,7 +17,7 @@ define('forum/infinitescroll', ['translator'], function(translator) {
}; };
function onScroll() { function onScroll() {
var top = $(window).height() * 0.15 + topOffset, var top = $(window).height() * 0.3 + topOffset,
bottom = ($(document).height() - $(window).height()) * 0.85, bottom = ($(document).height() - $(window).height()) * 0.85,
currentScrollTop = $(window).scrollTop(); currentScrollTop = $(window).scrollTop();

Loading…
Cancel
Save