This commit is contained in:
barisusakli
2015-09-23 10:28:45 -04:00
parent 459c20a2e2
commit 054e0bb83b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ define('forum/category', [
}
Category.toTop = function() {
navigator.scrollTop(0);
navigator.scrollTop();
};
Category.toBottom = function() {

View File

@@ -103,7 +103,7 @@ define('forum/topic', [
}
Topic.toTop = function() {
navigator.scrollTop(0);
navigator.scrollTop();
};
Topic.toBottom = function() {