fix extra }
This commit is contained in:
parent
8276386a44
commit
4815162bea
|
@ -244,7 +244,6 @@ function updateFilterSelectors() {
|
|||
selector.options[selector.options.length] = new Option(value, label);
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
if ( filter[key] )
|
||||
selector.set('value', filter[key]);
|
||||
|
|
Loading…
Reference in New Issue