mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
fix navigator
This commit is contained in:
@@ -78,7 +78,7 @@ define('forum/topic', [
|
||||
if (config.topicPostSort !== 'oldest_to_newest') {
|
||||
postCount = 2;
|
||||
}
|
||||
navigator.scrollBottom(postCount);
|
||||
navigator.scrollBottom(postCount - 1);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user