Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
9c685ce4
Commit
9c685ce4
authored
Sep 26, 2019
by
Dominik Hebeler
Browse files
removed autofocus from app
parent
c43a7f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
9c685ce4
...
...
@@ -8,7 +8,7 @@
</a>
</div>
<div
class=
"search-input"
>
<input
type=
"search"
name=
"eingabe"
value=
"@if(isset($eingabe)){{$eingabe}}@endif"
required=
""
@
if
(\
Request::is
('/')
&&
\
Request::header
('
User-Agent
')
!==
"
MetaGer
App
")
autofocus
@
endif
autocomplete=
"off"
class=
"form-control"
placeholder=
"{{ trans('index.placeholder') }}"
tabindex=
"0"
>
<input
type=
"search"
name=
"eingabe"
value=
"@if(isset($eingabe)){{$eingabe}}@endif"
required=
""
@
if
(\
Request::is
('/')
&&
stripos
(
\
Request::header
('
User-Agent
')
,
"
MetaGer
App
")
!==
0)
autofocus
@
endif
autocomplete=
"off"
class=
"form-control"
placeholder=
"{{ trans('index.placeholder') }}"
tabindex=
"0"
>
<button
id=
"search-delete-btn"
name=
"delete-search-input"
type=
"button"
tabindex=
"-1"
>
×
</button>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment