mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix bug in which "..._commons" is not rmd in fltr
This commit is contained in:
parent
bc45444e06
commit
a86254e21e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
<% if operators.fetch("features", "all").includes?(feature) %>
|
<% if operators.fetch("features", "all").includes?(feature) %>
|
||||||
<% if operators["features"].split(",").size == 1 %>
|
<% 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>
|
<b><%= translate(locale, feature) %></b>
|
||||||
<i class="remove-filter icon ion-md-close"></i>
|
<i class="remove-filter icon ion-md-close"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue