mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-10 00:27:35 +01:00
fix #4498
This commit is contained in:
@@ -131,7 +131,7 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
|
||||
}
|
||||
|
||||
// If a threshold is undefined, try to determine one based on new index
|
||||
if (threshold === undefined) {
|
||||
if (threshold === undefined && ajaxify.data.template.topic === true) {
|
||||
if (atTop) {
|
||||
threshold = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user