Skip to content
Snippets Groups Projects
Commit df30d6de authored by Karl's avatar Karl
Browse files

Der Optionen Pfeil bei den Ergebnissen ist jetzt standardmäßig ausgeblendet

parent 4ad1b5cd
No related branches found
No related tags found
3 merge requests!888Development,!880Ignore composer lock,!879Resolve "Ergebnisseite ohne Javascript stark eingeschränkt"
......@@ -8,6 +8,7 @@ $(document).ready(function() {
function activateJSOnlyContent() {
$('#searchplugin').removeClass('hide')
$('.options').removeClass('hide')
}
function tabs() {
......
{
"js/editLanguage.js": "js/editLanguage-7a1cbfb2ba.js",
"js/kontakt.js": "js/kontakt-de49d68db3.js",
"js/scriptResultPage.js": "js/scriptResultPage-1e5adeb8fd.js",
"js/scriptResultPage.js": "js/scriptResultPage-74eb359e72.js",
"js/scriptStartPage.js": "js/scriptStartPage-330e649107.js",
"js/settings.js": "js/settings-6ff0eab621.js",
"js/widgets.js": "js/widgets-866379dd63.js"
......
......@@ -8,6 +8,7 @@ $(document).ready(function() {
function activateJSOnlyContent() {
$('#searchplugin').removeClass('hide')
$('.options').removeClass('hide')
}
function tabs() {
......
......@@ -16,7 +16,7 @@
{{ $result->anzeigeLink }}
</a>
</div>
<div class="options">
<div class="options hide">
<a tabindex="0" data-toggle="popover" data-trigger="focus" data-placement="auto bottom" data-container="body" data-html="true" data-title="<span class='glyphicon glyphicon-cog'></span> Optionen">
@if(strlen($metager->getSite()) === 0)
<span class="glyphicon glyphicon-triangle-bottom"></span>
......
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