mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix inablity to remove creative common filter
This commit is contained in:
parent
d2d755a692
commit
9ef5c47a5e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
<li class="pure-menu-item">
|
||||
<% if operators.fetch("features", "all").includes?(feature) %>
|
||||
<% if operators["features"].split(",").size == 1 %>
|
||||
<a style="color: inherit;" href="<%= base_url + "#{filter_params.gsub(/&features=[a-z]+/, "")}"%>">
|
||||
<a style="color: inherit;" href="<%= base_url + "#{filter_params.gsub(/&features=[a-z_]+/, "")}"%>">
|
||||
<b><%= translate(locale, feature) %></b>
|
||||
<i class="remove-filter icon ion-md-close"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue