fix: add back timeago to post history modal

This commit is contained in:
Julian Lam
2022-09-14 13:19:06 -04:00
parent 5dbcfef91f
commit d3e38df8ea

View File

@@ -58,6 +58,7 @@ define('forum/topic/diffs', ['api', 'bootbox', 'alerts', 'forum/topic/images'],
posts: [data],
}, function ($html) {
$postContainer.empty().append($html);
$postContainer.find('.timeago').timeago();
});
}).catch(alerts.error);
};