From ad4d74ea45be6b227027588f6515fb22fafc335a Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:04:59 +0000 Subject: Refactor UI: dump classes -> hump --- static/js/pages/chat_init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/pages/chat_init.js') diff --git a/static/js/pages/chat_init.js b/static/js/pages/chat_init.js index 7f3c2e1..30323ad 100644 --- a/static/js/pages/chat_init.js +++ b/static/js/pages/chat_init.js @@ -28,9 +28,9 @@ if (hasMessageList && hasChatInput && typeof window.initChat === 'function') { window.initChat(); } if (hasMessageList && hasChatInput && typeof window.initChatMsgs === 'function') { window.initChatMsgs(); } - // Some room pages render dumps in `.logged-dump` containers without the full chat UI. + // Some room pages render dumps in `.logged-hump` containers without the full chat UI. // In that case, run the log initializer so URLs become hotlinked images. - if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-dump .content').length) { + if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-hump .content').length) { window.initLog(window.Recips); } -- cgit v1.2.3-70-g09d2