Revert "perf: remove createUserTooltips"

This reverts commit facc10e40f.
This commit is contained in:
Barış Soner Uşaklı
2021-11-13 20:16:24 -05:00
parent d7c2a311ab
commit 7f8783555b
8 changed files with 28 additions and 2 deletions

View File

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