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 /template/single_message_share_buttons.st | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'template/single_message_share_buttons.st')
| -rwxr-xr-x | template/single_message_share_buttons.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st index 04a91a3..6583e00 100755 --- a/template/single_message_share_buttons.st +++ b/template/single_message_share_buttons.st @@ -6,10 +6,10 @@ <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a> $if(user_nick)$ $if(hump.favorited)$ - <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')"> + <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hump_score', '30px', '20px')"> $else$ <div class="is-relative"> - <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')"> + <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.hump_score', '30px', '20px')"> </div> $endif$ $endif$ |
