Skip to content

Commit

Permalink
Voting change
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 12, 2007
1 parent a424379 commit 5bbbae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/Ajax/htdocs/images/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,13 +617,14 @@ function firehose_up_down(id, dir) {
params['dir'] = dir;
var updown = $('updown-' + id);
ajax_update(params, '', handlers);
/*
if (updown) {
if (dir == "+") {
updown.className = "votedup";
} else if (dir == "-") {
updown.className = "voteddown";
}
}
}*/

if (dir == "-" && fh_is_admin) {
firehose_collapse_entry(id);
Expand Down

0 comments on commit 5bbbae5

Please sign in to comment.