mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
removing console log and removing a bit of code that would cause infinite loader to take 2.5s extra each round :P
This commit is contained in:
@@ -957,7 +957,6 @@ define(['composer'], function(composer) {
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
console.log(infiniteLoaderActive);
|
||||
if (scrollTop + windowHeight == jQuery(document).height() && !infiniteLoaderActive) {
|
||||
pagination.innerHTML = Topic.postCount + ' out of ' + Topic.postCount;
|
||||
progressBar.width('100%');
|
||||
|
||||
Reference in New Issue
Block a user