mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 06:52:59 +01:00
fix timeago
This commit is contained in:
@@ -99,7 +99,7 @@ define('forum/users', [
|
||||
data.isAdminOrGlobalMod = app.user.isAdmin || app.user.isGlobalMod;
|
||||
app.parseAndTranslate('users', 'users', data, function (html) {
|
||||
$('#users-container').html(html);
|
||||
html.find('span.timeago').timeago();
|
||||
html.find('.timeago').timeago();
|
||||
$('[component="user/search/icon"]').addClass('fa-search').removeClass('fa-spinner fa-spin');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user