Skip to content

Commit

Permalink
Update to old voting style
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 12, 2007
1 parent 55ed8c0 commit 6bbe645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FireHose/FireHose.pm
Expand Up @@ -1224,7 +1224,7 @@ sub ajaxUpDownFirehose {
my $value = {};

my $votetype = $form->{dir} eq "+" ? "Up" : $form->{dir} eq "-" ? "Down" : "";
#$html->{"updown-$id"} = "Voted $votetype";
$html->{"updown-$id"} = "Voted $votetype";
$value->{"newtags-$id"} = $newtagspreloadtext;

return Data::JavaScript::Anon->anon_dump({
Expand Down

0 comments on commit 6bbe645

Please sign in to comment.