mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
fixes wrong topics getting loaded into wrong categories
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
var bottom = (document.body.offsetHeight - $(window).height()) * 0.9;
|
||||
|
||||
if (document.body.scrollTop > bottom && !loadingMoreTopics) {
|
||||
console.log('fail', cid);
|
||||
loadMoreTopics(cid);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user