From 9b1639745da4bc94948a5f0ce0dc867ad5767ac2 Mon Sep 17 00:00:00 2001 From: yorhel Date: Sat, 21 Jun 2008 08:43:38 +0000 Subject: 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 --- static/files/dyna.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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) -- cgit v1.2.3