This commit is contained in:
Julian Lam
2016-04-06 21:49:43 -04:00
parent 7bc4ea18f4
commit 430adc366c

View File

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