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
35b7e7fb
Commit
35b7e7fb
authored
Jul 12, 2016
by
Dominik Hebeler
Browse files
Der Tabschalter wird auf der Startseite wieder richtig generiert.
Auf der Ergebnisseite wird er nun auch richtig ausgewertet
parent
52821444
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/StartpageController.php
View file @
35b7e7fb
...
...
@@ -47,7 +47,7 @@ class StartpageController extends Controller
->
with
(
'resultCount'
,
$request
->
input
(
'param_resultCount'
,
'20'
))
->
with
(
'time'
,
$request
->
input
(
'param_time'
,
'1000'
))
->
with
(
'sprueche'
,
$request
->
input
(
'param_sprueche'
,
'off'
))
->
with
(
'tab'
,
$request
->
input
(
'param_
sprueche
'
,
'off'
))
->
with
(
'tab'
,
$request
->
input
(
'param_
tab
'
,
'off'
))
->
with
(
'focusPages'
,
$focusPages
)
->
with
(
'browser'
,
$browser
)
->
with
(
'navbarFocus'
,
'suche'
);
...
...
app/MetaGer.php
View file @
35b7e7fb
...
...
@@ -577,7 +577,7 @@ class MetaGer
}
if
(
$request
->
has
(
'tab'
))
{
if
(
$request
->
input
(
'tab'
)
===
"
1
"
)
if
(
$request
->
input
(
'tab'
)
===
"
off
"
)
{
$this
->
tab
=
"_blank"
;
}
else
...
...
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