This commit is contained in:
barisusakli
2016-08-29 16:12:27 +03:00
parent a9b68606a1
commit 6e3d525ef4

View File

@@ -57,6 +57,7 @@ define('forum/topic/posts', [
function onNewPostPagination(data) {
function scrollToPost() {
scrollToPostIfSelf(data.posts[0]);
Posts.loadImages();
}
var posts = data.posts;
@@ -92,6 +93,7 @@ define('forum/topic/posts', [
html.addClass('new');
}
scrollToPostIfSelf(data.posts[0]);
Posts.loadImages();
});
}