Julian Lam 9 years ago
parent 7bc4ea18f4
commit 430adc366c

@ -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 {

Loading…
Cancel
Save