|
|
|
@ -237,7 +237,7 @@ Reporting.Filters = { |
|
|
|
|
// Param: select [optional] - the select-box of the filter which should activate it's dependents
|
|
|
|
|
activate_dependents: function (selectBox, callbackWhenFinished) { |
|
|
|
|
var dependents, active_filters, source; |
|
|
|
|
if (selectBox === undefined || selectBox.type == 'change') { |
|
|
|
|
if (selectBox === undefined || selectBox.type.toLowerCase() == 'change') { |
|
|
|
|
selectBox = this; |
|
|
|
|
} |
|
|
|
|
if (callbackWhenFinished === undefined) { |
|
|
|
|