From 430adc366c18573fce174a89e699fdc324f1769d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 6 Apr 2016 21:49:43 -0400 Subject: [PATCH] fix #4498 --- public/src/modules/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/navigator.js b/public/src/modules/navigator.js index 3d65f6b8a0..0d1747598c 100644 --- a/public/src/modules/navigator.js +++ b/public/src/modules/navigator.js @@ -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 {