summaryrefslogtreecommitdiff
path: root/static/files
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-21 08:43:38 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-21 08:43:38 +0000
commit9b1639745da4bc94948a5f0ce0dc867ad5767ac2 (patch)
treefb484cde4883a2cdbd81c64b8520b12c401eb1f4 /static/files
parentd600e72db73cc46f9fc647f99c1eb4b833a821e0 (diff)
Added protagonist categories. Still not sure what to do with the time and place, though :(
git-svn-id: svn://vndb.org/vndb@30 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static/files')
-rw-r--r--static/files/dyna.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/files/dyna.js b/static/files/dyna.js
index b4d64203..655269af 100644
--- a/static/files/dyna.js
+++ b/static/files/dyna.js
@@ -545,7 +545,7 @@ function catLoad() {
l[i].onclick = function() {
var c = this.id.substr(4);
if(!cats[c]) cats[c] = 0;
- if(c.substr(0,1) == 'p' || c == 'gaa' || c == 'gab') {
+ if(c.substr(0,1) == 'p' || c == 'gaa' || c == 'gab' || c.substr(0,1) == 'h') {
if(cats[c]++)
cats[c] = 0;
} else if(++cats[c] == 4)