fix extra }

This commit is contained in:
Isaac Connor 2018-05-18 09:10:29 -04:00
parent 8276386a44
commit 4815162bea
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ function updateFilterSelectors() {
selector.options[selector.options.length] = new Option(value, label);
}
);
}
}
if ( filter[key] )
selector.set('value', filter[key]);