summaryrefslogtreecommitdiff
path: root/static/js/pages/chat_init.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/pages/chat_init.js')
-rw-r--r--static/js/pages/chat_init.js4
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);
}