mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 19:50:34 +02:00
start reverse IS earlier
This commit is contained in:
@@ -17,7 +17,7 @@ define('forum/infinitescroll', ['translator'], function(translator) {
|
||||
};
|
||||
|
||||
function onScroll() {
|
||||
var top = $(window).height() * 0.15 + topOffset,
|
||||
var top = $(window).height() * 0.3 + topOffset,
|
||||
bottom = ($(document).height() - $(window).height()) * 0.85,
|
||||
currentScrollTop = $(window).scrollTop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user