From e8822d8546199169a6bd1bb8592bf1d6c57f8e49 Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:56:11 +0000 Subject: Rebrand: remove dump wording in templates/static --- static/js/pages/chat_init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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); -- cgit v1.2.3-70-g09d2