mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Merge pull request #3031 from AHOHNMYC/fix-filter-checkbox
Fix filter checkbox
This commit is contained in:
commit
dda4dadfa3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module Invidious::Frontend::SearchFilters
|
|||
{% feature = value.underscore %}
|
||||
|
||||
str << "\t\t\t\t\t\t<div>"
|
||||
str << "<input type='checkbox' name='features' id='filter-features-{{feature}}' value='{{feature}}'"
|
||||
str << "<input type='checkbox' name='features' id='filter-feature-{{feature}}' value='{{feature}}'"
|
||||
str << " checked" if value.{{feature}}?
|
||||
str << '>'
|
||||
|
||||
|
|
Loading…
Reference in a new issue