feat: use tags partial instead of post_bar

This commit is contained in:
Barış Soner Uşaklı
2020-06-24 15:31:49 -04:00
parent 8482a54a68
commit 0482fb2998

View File

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