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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pages/chat_init.js b/static/js/pages/chat_init.js
index 30323ad..60266f7 100644
--- a/static/js/pages/chat_init.js
+++ b/static/js/pages/chat_init.js
@@ -28,7 +28,7 @@
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-hump` containers without the full chat UI.
+ // Some room pages render humps 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-hump .content').length) {
window.initLog(window.Recips);