diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:56:11 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:56:11 +0000 |
| commit | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (patch) | |
| tree | 21dcfdea69303cb6ff24381b1a90ebb0182ef0a7 /static/js/pages | |
| parent | b3f1adfbe7705819ecbae9114f470307146627c2 (diff) | |
Rebrand: remove dump wording in templates/static
Diffstat (limited to 'static/js/pages')
| -rw-r--r-- | static/js/pages/chat_init.js | 2 |
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); |
