Hide the default filter
No changes needed for this to function.
Type: Javascript
jq(document).ready(function() {
jq('.filterOptions option[value="Default"]').remove()
});
No changes needed for this to function.
jq(document).ready(function() {
jq('.filterOptions option[value="Default"]').remove()
});