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