mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
already checked in scrollToPostIfSelf
This commit is contained in:
@@ -50,9 +50,7 @@ define('forum/topic/posts', [
|
||||
|
||||
function onNewPostPagination(data) {
|
||||
function scrollToPost() {
|
||||
if (config.scrollToMyPost) {
|
||||
scrollToPostIfSelf(data.posts[0]);
|
||||
}
|
||||
scrollToPostIfSelf(data.posts[0]);
|
||||
}
|
||||
|
||||
var posts = data.posts;
|
||||
|
||||
Reference in New Issue
Block a user