Skip to content
GitLab
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
c715408e
Commit
c715408e
authored
Oct 16, 2019
by
Dominik Hebeler
Browse files
changed parameter for app detection
parent
18b47b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
c715408e
...
...
@@ -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
('/')
&&
stripos
(
\
Request::
header
('
User-Agent
'),
"
MetaGer
App
")
!==
0
)
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
('/')
&&
!
\
Request::
filled
('
mgapp
'
)
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
.
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