mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
fix: add back timeago to post history modal
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user