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/directory.js | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'static/js/src/directory.js')
| -rwxr-xr-x | static/js/src/directory.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/directory.js b/static/js/src/directory.js index 51eaaa6..a7b51ff 100755 --- a/static/js/src/directory.js +++ b/static/js/src/directory.js @@ -7,7 +7,7 @@ function initDirectory() { t.html(buildMsgContent(t.text())); }); Search.initInpage() - initLogThumb('.dlogged-dump .thumb', '.dlogged-dump'); + initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } // See log.js |
