fix enabling/disabling of filter select options

pull/6827/head
Tim Felgentreff 14 years ago
parent 2e8a94f814
commit 9ffb5572d0
  1. 2
      assets/javascripts/reporting/filters.js

@ -107,7 +107,7 @@ Reporting.Filters = {
},
select_option_enabled: function (box, value, state) {
box.select("[value='" + value + "']").first().disabled = state;
box.select("[value='" + value + "']").first().disabled = !state;
},
multi_select: function (select, multi) {

Loading…
Cancel
Save