summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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');