Skip to content
Snippets Groups Projects
Commit 5c0b1824 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Default for result-open is newtab again

parent df75ec31
No related branches found
No related tags found
No related merge requests found
......@@ -983,7 +983,7 @@ class MetaGer
$this->sprueche = false;
}
$this->newtab = $request->input('newtab', 'off');
$this->newtab = $request->input('newtab', 'on');
if ($this->newtab === "on") {
$this->newtab = "_blank";
} else {
......
......@@ -157,7 +157,7 @@
}
}
@media (max-width: @screen-mobile) {
.result-open {
.result-open-newtab {
display: none;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment