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
f1595fe1
Commit
f1595fe1
authored
Nov 06, 2020
by
Phil Höfer
Browse files
Apply Newtab Cookie
parent
88e8fa4e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
f1595fe1
...
...
@@ -1137,7 +1137,7 @@ class MetaGer
$this
->
sprueche
=
$request
->
input
(
'quotes'
);
}
$this
->
newtab
=
$request
->
input
(
'newtab'
,
'on'
);
$this
->
newtab
=
$request
->
input
(
'newtab'
,
\
Cookie
::
get
(
'newtab'
)
);
if
(
$this
->
newtab
===
"on"
)
{
$this
->
newtab
=
"_blank"
;
}
elseif
(
$this
->
framed
)
{
...
...
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