diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
| commit | ad4d74ea45be6b227027588f6515fb22fafc335a (patch) | |
| tree | dc33e854cc1f6f7d12ca746edef0e844be17f97f /static/js/pages/chat_init.js | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/js/pages/chat_init.js')
| -rw-r--r-- | static/js/pages/chat_init.js | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |
