Fix bug in which "..._commons" is not rmd in fltr

This commit is contained in:
syeopite 2021-06-26 17:16:44 -07:00
parent bc45444e06
commit a86254e21e
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -40,7 +40,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>