From 9b64feb8ed99577aa32e0dd3cf4a3b68a2e9d94a Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 25 May 2026 09:48:59 +0200 Subject: [PATCH] adding back tooltip for timeago on comments --- public/s/js/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/js/comments.js b/public/s/js/comments.js index 4afde9d..0a364b1 100644 --- a/public/s/js/comments.js +++ b/public/s/js/comments.js @@ -2028,7 +2028,7 @@ class CommentSystem { ${contextMarker} ${backlinkHtml} - ${timeAgo} + ${timeAgo}
${content}
${this.renderCommentAttachments(comment.files, comment.content)}