already checked in scrollToPostIfSelf

v1.18.x
barisusakli 9 years ago
parent 86180e29e6
commit 4eb7468dcd

@ -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;

Loading…
Cancel
Save