mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
Revert "perf: remove createUserTooltips"
This reverts commit facc10e40f.
This commit is contained in:
@@ -370,6 +370,9 @@ define('forum/topic/posts', [
|
||||
|
||||
Posts.onNewPostsAddedToDom = function (posts) {
|
||||
Posts.onTopicPageLoad(posts);
|
||||
|
||||
app.createUserTooltips(posts);
|
||||
|
||||
utils.addCommasToNumbers(posts.find('.formatted-number'));
|
||||
utils.makeNumbersHumanReadable(posts.find('.human-readable-number'));
|
||||
posts.find('.timeago').timeago();
|
||||
|
||||
Reference in New Issue
Block a user