v1.18.x
barisusakli 10 years ago
parent 459c20a2e2
commit 054e0bb83b

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

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

Loading…
Cancel
Save