Move autofocus on tracker page to search

This commit is contained in:
Drew DeVault 2019-11-19 18:27:23 -05:00
parent c490107f88
commit c443228630
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,6 @@
maxlength="2048"
id="title"
name="title"
autofocus
value="{{ title or "" }}" />
{{valid.summary("title")}}
</div>
@ -148,6 +147,7 @@
type="text"
placeholder="Search tickets... status:closed label:label order:updated submitter:me"
class="form-control"
autofocus
value="{{ search if search else "" }}" />
</form>
{% if len(tickets) %}