mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
closes #2592
This commit is contained in:
@@ -137,7 +137,7 @@ define('navigator', ['forum/pagination'], function(pagination) {
|
||||
if ($('li[data-index="' + index + '"]').length) {
|
||||
navigator.scrollToPost(index, true);
|
||||
} else {
|
||||
index = parseInt(index, 10) + 1;
|
||||
index = parseInt(index, 10);
|
||||
ajaxify.go(generateUrl(index));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user