summaryrefslogtreecommitdiff
path: root/data/js/filter.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/js/filter.js')
-rw-r--r--data/js/filter.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/data/js/filter.js b/data/js/filter.js
index a9766f55..b1c7d581 100644
--- a/data/js/filter.js
+++ b/data/js/filter.js
@@ -345,9 +345,6 @@ function filFTagInput(name, label, type) {
var src = type=='tag' ? '/xml/tags.xml' : '/xml/traits.xml';
var visible = false;
- var remove = function() {
- ;
- };
var addtag = function(ul, id, name, group) {
ul.appendChild(
tag('li', { fil_id: id },
@@ -388,7 +385,6 @@ function filFTagInput(name, label, type) {
txt.disabled = true;
if(visible)
ajax(src+'?'+q.join(';'), function (hr) {
- var l = [];
var items = hr.responseXML.getElementsByTagName('item');
setText(ul, '');
for(var i=0; i<items.length; i++)
@@ -419,7 +415,7 @@ function filFTagInput(name, label, type) {
}
return '';
},
- function(o) { filSelectField(o); false }
+ function(o) { filSelectField(o) }
);
return [