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

Disabled autofocus for MetaGer App

parent 94600058
No related branches found
No related tags found
1 merge request!1461Development
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</a> </a>
</div> </div>
<div class="search-input"> <div class="search-input">
<input type="search" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" required="" @if(\Request::is('/')) autofocus @endif autocomplete="off" class="form-control" placeholder="{{ trans('index.placeholder') }}" tabindex="0"> <input type="search" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" required="" @if(\Request::is('/') && \Request::header('User-Agent') !== "MetaGer App") autofocus @endif autocomplete="off" class="form-control" placeholder="{{ trans('index.placeholder') }}" tabindex="0">
<button id="search-delete-btn" name="delete-search-input" type="button" tabindex="-1"> <button id="search-delete-btn" name="delete-search-input" type="button" tabindex="-1">
&#xd7; &#xd7;
</button> </button>
......
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