diff options
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$ |
