##// END OF EJS Templates
Missing break (#18734)....
Jean-Philippe Lang -
r13468:e98e7c8c434d
parent child
Show More
@@ -214,6 +214,7 function buildFilterRow(field, operator, values) {
214 if (values[0] == filterValue[1]) { option.attr('selected', true); }
214 if (values[0] == filterValue[1]) { option.attr('selected', true); }
215 select.append(option);
215 select.append(option);
216 }
216 }
217 break;
217 case "integer":
218 case "integer":
218 case "float":
219 case "float":
219 tr.find('td.values').append(
220 tr.find('td.values').append(
General Comments 0
You need to be logged in to leave comments. Login now