feat: use tags partial instead of post_bar

v1.18.x
Barış Soner Uşaklı 5 years ago
parent 8482a54a68
commit 0482fb2998

@ -149,7 +149,7 @@ define('forum/topic/events', [
});
if (data.topic.tags && tagsUpdated(data.topic.tags)) {
Benchpress.parse('partials/post_bar', 'tags', { tags: data.topic.tags }, function (html) {
Benchpress.parse('partials/topic/tags', { tags: data.topic.tags }, function (html) {
var tags = $('.tags');
tags.fadeOut(250, function () {

Loading…
Cancel
Save