mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +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],
|
posts: [data],
|
||||||
}, function ($html) {
|
}, function ($html) {
|
||||||
$postContainer.empty().append($html);
|
$postContainer.empty().append($html);
|
||||||
|
$postContainer.find('.timeago').timeago();
|
||||||
});
|
});
|
||||||
}).catch(alerts.error);
|
}).catch(alerts.error);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user