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
5c0b1824
Commit
5c0b1824
authored
Feb 25, 2019
by
Dominik Hebeler
Browse files
Default for result-open is newtab again
parent
df75ec31
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
5c0b1824
...
...
@@ -983,7 +983,7 @@ class MetaGer
$this
->
sprueche
=
false
;
}
$this
->
newtab
=
$request
->
input
(
'newtab'
,
'o
ff
'
);
$this
->
newtab
=
$request
->
input
(
'newtab'
,
'o
n
'
);
if
(
$this
->
newtab
===
"on"
)
{
$this
->
newtab
=
"_blank"
;
}
else
{
...
...
resources/less/metager/pages/resultpage/result.less
View file @
5c0b1824
...
...
@@ -157,7 +157,7 @@
}
}
@media (max-width: @screen-mobile) {
.result-open {
.result-open
-newtab
{
display: none;
}
}
...
...
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