off by one error

v1.18.x
Julian Lam 11 years ago
parent 0159a43a20
commit bcfb4ca0e4

@ -822,6 +822,7 @@ define(function() {
setTimeout(function() {
if (scrollTop + windowHeight == jQuery(document).height()) {
pagination.innerHTML = Topic.postCount + ' out of ' + Topic.postCount;
progressBar.width('100%');
}
}, 100);
}

Loading…
Cancel
Save