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
563a0905
Commit
563a0905
authored
Jul 06, 2018
by
Karl Hasselbring
Browse files
Suchfokus wird jetzt beibehalten
parent
ec60e072
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
563a0905
...
...
@@ -198,7 +198,8 @@ class MetaGer
->
with
(
'metager'
,
$this
)
->
with
(
'browser'
,
(
new
Agent
())
->
browser
())
->
with
(
'quicktips'
,
$quicktipResults
)
->
with
(
'resultcount'
,
count
(
$this
->
results
));
->
with
(
'resultcount'
,
count
(
$this
->
results
))
->
with
(
'focus'
,
$this
->
fokus
);
break
;
}
}
...
...
resources/views/parts/searchbar.blade.php
View file @
563a0905
...
...
@@ -49,6 +49,9 @@
<
input
type
=
"hidden"
name
=
{{
$fp
}}
value
=
"on"
>
@
endforeach
@
endif
@
if
(
isset
(
$focus
)
&&
!
empty
(
$focus
))
<
input
type
=
"hidden"
name
=
"focus"
value
=
{{
$focus
}}
>
@
endif
@
if
(
isset
(
$theme
))
<
input
type
=
"hidden"
name
=
"theme"
value
=
{{
$theme
}}
>
@
endif
...
...
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