doing it properly this time

mainPost always has index 0
This commit is contained in:
barisusakli
2014-08-12 12:32:38 -04:00
parent 8584da75f2
commit 1cf5c3145a
3 changed files with 24 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ define('forum/topic', dependencies, function(pagination, infinitescroll, threadT
};
Topic.toTop = function() {
navigator.scrollTop(1);
navigator.scrollTop(0);
};
Topic.toBottom = function() {