##// END OF EJS Templates
add missing ; in {} at application.js (#13811)...
Toshi MARUYAMA -
r11503:22a69cc9aeec
parent child
Show More
@@ -134,7 +134,7 function buildFilterRow(field, operator, values) {
134 134 if (operators[i] == operator) { option.attr('selected', true); }
135 135 select.append(option);
136 136 }
137 select.change(function(){toggleOperator(field)});
137 select.change(function(){ toggleOperator(field); });
138 138
139 139 switch (filterOptions['type']){
140 140 case "list":
General Comments 0
You need to be logged in to leave comments. Login now