mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 06:02:33 +05:30
Allow browser suggestions for search (#3704)
This commit is contained in:
parent
8db2a93827
commit
600da635b7
@ -1,6 +1,6 @@
|
||||
<form class="pure-form" action="/search" method="get">
|
||||
<fieldset>
|
||||
<input type="search" id="searchbox" autocomplete="off" autocorrect="off"
|
||||
<input type="search" id="searchbox" autocorrect="off"
|
||||
autocapitalize="none" spellcheck="false" <% if autofocus %>autofocus<% end %>
|
||||
name="q" placeholder="<%= translate(locale, "search") %>"
|
||||
title="<%= translate(locale, "search") %>"
|
||||
|
Loading…
Reference in New Issue
Block a user