@@ -189,6 +189,7 function buildFilterRow(field, operator, values) { | |||||
189 | if (values[0] == filterValue[1]) { option.attr('selected', true); } |
|
189 | if (values[0] == filterValue[1]) { option.attr('selected', true); } | |
190 | select.append(option); |
|
190 | select.append(option); | |
191 | } |
|
191 | } | |
|
192 | break; | |||
192 | case "integer": |
|
193 | case "integer": | |
193 | case "float": |
|
194 | case "float": | |
194 | tr.find('td.values').append( |
|
195 | tr.find('td.values').append( |
General Comments 0
You need to be logged in to leave comments.
Login now