summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-08 11:09:21 +0100
committerYorhel <git@yorhel.nl>2009-03-08 11:09:21 +0100
commit12175dea60e85ae150d962ca0d76757cc1013fc0 (patch)
tree816fdfbb6f374649451cbef89581b88b544ea752 /static
parenta9749950a04175cfed998ba9f98fb89a3de1544c (diff)
Added user taglist
Diffstat (limited to 'static')
-rw-r--r--static/f/script.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/f/script.js b/static/f/script.js
index 25dbeca4..7c28f060 100644
--- a/static/f/script.js
+++ b/static/f/script.js
@@ -394,7 +394,9 @@ DOMLoad(function() {
if(this.selectedIndex != 0)
location.href = location.href.replace(/\.[0-9]+/, '')+'/list?e='+this.options[this.selectedIndex].value;
};
+
// User VN list
+ // (might want to make this a bit more generic, as it's now also used for the user tag list)
i = x('relhidall');
if(i) {
var l = document.getElementsByTagName('tr');