View difference between Paste ID: BgDE15WH and DYN5Bwtj
SHOW: | | - or go back to the newest paste.
1
In your templates/yourtemplate/functions/vote_normal.tpl
2
.attr('href', anchor.attr('href').replace(/vote/,'unvote')) 
3
TO
4
.attr('href', anchor.attr('href').replace(/vote/,'vote'))
5
6
IN
7
else if(value==-10){
8
TO
9
else if(value==10){
10
IN
11
notify_icon = 'icon-thumbs-down'
12
TO 
13
notify_icon = 'icon-thumbs-up'
14-
In your templates/yourtemplate/linksummary.tpl
14+
In your templates/yourtemplate/link_summary.tpl
15
CHANGE
16
{$link_shakebox_javascript_unvote} AND {$link_shakebox_javascript_report} TO {$link_shakebox_javascript_vote}
17
18
Don´t forget change icon-thumbs-down TO icon-thumbs-up for looking as well.