fix navigator

This commit is contained in:
barisusakli
2015-02-25 17:59:59 -05:00
parent 5a8babdde5
commit a0c3ddc555
3 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ define('forum/topic', [
if (config.topicPostSort !== 'oldest_to_newest') {
postCount = 2;
}
navigator.scrollBottom(postCount);
navigator.scrollBottom(postCount - 1);
});
};