|
|
@ -49,6 +49,7 @@ define('forum/topic/replies', ['navigator', 'components', 'forum/topic/posts'],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
app.parseAndTranslate('topic', 'posts', tplData, function (html) {
|
|
|
|
app.parseAndTranslate('topic', 'posts', tplData, function (html) {
|
|
|
|
$('<div>', {component: 'post/replies'}).html(html).hide().insertAfter(button).slideDown('fast');
|
|
|
|
$('<div>', {component: 'post/replies'}).html(html).hide().insertAfter(button).slideDown('fast');
|
|
|
|
|
|
|
|
posts.processPage(html);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else if (close.is(':not(.hidden)')) {
|
|
|
|
} else if (close.is(':not(.hidden)')) {
|
|
|
|