mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
closes #3658
This commit is contained in:
@@ -79,7 +79,7 @@ define('forum/category', [
|
|||||||
}
|
}
|
||||||
|
|
||||||
Category.toTop = function() {
|
Category.toTop = function() {
|
||||||
navigator.scrollTop(0);
|
navigator.scrollTop();
|
||||||
};
|
};
|
||||||
|
|
||||||
Category.toBottom = function() {
|
Category.toBottom = function() {
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ define('forum/topic', [
|
|||||||
}
|
}
|
||||||
|
|
||||||
Topic.toTop = function() {
|
Topic.toTop = function() {
|
||||||
navigator.scrollTop(0);
|
navigator.scrollTop();
|
||||||
};
|
};
|
||||||
|
|
||||||
Topic.toBottom = function() {
|
Topic.toBottom = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user