@@ -134,7 +134,7 function buildFilterRow(field, operator, values) { | |||||
134 | if (operators[i] == operator) { option.attr('selected', true); } |
|
134 | if (operators[i] == operator) { option.attr('selected', true); } | |
135 | select.append(option); |
|
135 | select.append(option); | |
136 | } |
|
136 | } | |
137 | select.change(function(){toggleOperator(field)}); |
|
137 | select.change(function(){ toggleOperator(field); }); | |
138 |
|
138 | |||
139 | switch (filterOptions['type']){ |
|
139 | switch (filterOptions['type']){ | |
140 | case "list": |
|
140 | case "list": |
General Comments 0
You need to be logged in to leave comments.
Login now