mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
off by one error
This commit is contained in:
@@ -822,6 +822,7 @@ define(function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
if (scrollTop + windowHeight == jQuery(document).height()) {
|
if (scrollTop + windowHeight == jQuery(document).height()) {
|
||||||
pagination.innerHTML = Topic.postCount + ' out of ' + Topic.postCount;
|
pagination.innerHTML = Topic.postCount + ' out of ' + Topic.postCount;
|
||||||
|
progressBar.width('100%');
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user