From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sat, 16 Mar 2019 16:09:37 +0000 (+0100)
Subject: remove autofocus from search box
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=988506f192eb0e32260ea8dcae978d39e4ccbc2c;p=friendica.git

remove autofocus from search box
---

diff --git a/view/templates/searchbox.tpl b/view/templates/searchbox.tpl
index 38d282a8c9..4b1a51f877 100644
--- a/view/templates/searchbox.tpl
+++ b/view/templates/searchbox.tpl
@@ -1,7 +1,7 @@
 <div id="{{$id}}" class="input-group">
         <form action="{{$action_url}}" method="get" >
                 {{strip}}
-                <input type="text" name="search" id="search-text" placeholder="{{$search_label}}" value="{{$s}}" autofocus />
+                <input type="text" name="search" id="search-text" placeholder="{{$search_label}}" value="{{$s}}" />
                 {{if $searchoption}}
 		<select name="search-option" id="search-options">
 			<option value="fulltext">{{$searchoption.0}}</option>