@@ -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