summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-03 09:31:59 +0200
committerYorhel <git@yorhel.nl>2009-10-03 09:31:59 +0200
commitacf2bf6be93125689e2f72d7360e5a5a8033d05b (patch)
treed5b1ce11f8e03727a946db4aaf5d970c9f5c6523 /lib/VNDB
parent391f25648b5df7d17bbb8968c0c78b080f94218d (diff)
JS: Rewrote VN tagspoil & JS tabs and merged addClass and removeClass
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNPage.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 126aa504..16f80ef1 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -179,6 +179,7 @@ sub page {
my $t = $self->dbTagStats(vid => $v->{id}, order => 'avg(tv.vote) DESC', minrating => 0, results => 999);
if(@$t) {
div id => 'tagops';
+ # NOTE: order of these links is hardcoded in JS
a href => '#', mt '_vnpage_tags_spoil0';
a href => '#', class => 'tsel', mt '_vnpage_tags_spoil1';
a href => '#', mt '_vnpage_tags_spoil2';