From 8b29ee6722049c13ca674aed5ed8d42616dc04b1 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 12 Jun 2026 02:58:53 +0200 Subject: [PATCH] hfgd --- public/s/js/f0ckm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/s/js/f0ckm.js b/public/s/js/f0ckm.js index fcdd53f..c992bf5 100644 --- a/public/s/js/f0ckm.js +++ b/public/s/js/f0ckm.js @@ -3703,8 +3703,8 @@ window.cancelAnimFrame = (function () { (parts.length >= 3 && parts[0] === 'h' && /^\d+$/.test(parts[parts.length - 1])) ); if (isItemLink) { - // Links inside comment bodies should not inherit tag/hall context - const _inComment = anyLink.closest(".comment, .comment-content, .comment-body"); + // Links inside comment bodies or MOTD should not inherit tag/hall/user context + const _inComment = anyLink.closest(".comment, .comment-content, .comment-body, .motd-content"); loadItemAjax(targetUrl, !_inComment); } else { loadPageAjax(targetUrl, true);