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