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/src/log.js | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/js/src/log.js')
| -rwxr-xr-x | static/js/src/log.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/src/log.js b/static/js/src/log.js index 0f678fe..9545893 100755 --- a/static/js/src/log.js +++ b/static/js/src/log.js @@ -2,11 +2,11 @@ function initLog(recips) { Search.initInpage(); - $('.logged-dump .content').each(function() { + $('.logged-hump .content').each(function() { var t = $(this); t.html(buildMsgContent(t.text(), recips)); }); - initLogThumb(".logged-dump .thumb", '.dump'); + initLogThumb(".logged-hump .thumb", '.hump'); } |
