fix: add back timeago to post history modal

isekai-main
Julian Lam 2 years ago
parent 5dbcfef91f
commit d3e38df8ea

@ -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);
};

Loading…
Cancel
Save