fix test, process rendered replies

v1.18.x
barisusakli 9 years ago
parent 1c928f4855
commit 3d1d9b8bd5

@ -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)')) {

Loading…
Cancel
Save