mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00:00
Added search button to search box
Added a search button, because some mobile or TV browsers like Amazon Silk do not submit the search query after entering a value into the search box.
This commit is contained in:
parent
ac0c0609bb
commit
10ad09fdf6
@ -5,5 +5,6 @@
|
|||||||
name="q" placeholder="<%= translate(locale, "search") %>"
|
name="q" placeholder="<%= translate(locale, "search") %>"
|
||||||
title="<%= translate(locale, "search") %>"
|
title="<%= translate(locale, "search") %>"
|
||||||
value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>">
|
value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>">
|
||||||
|
<input type="submit" value="<%= translate(locale, "search") %>">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user