amuse.git

commit 6c5e5e18cc52ac6ffbc4f0fd8432ac88871cee1c

Author: Adam <git@apiote.tk>

autofocus search field

 templates/index.html | 2 +-


diff --git a/templates/index.html b/templates/index.html
index bcf0ce9f2ef4f60a1c44056e01093b166ac7d003..6ba045153c10fa898c5d5e5d55c766685bfb6e7d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -45,7 +45,7 @@ 		
<div class="absolute move-centre sans font-3 w12 left border-box flex flex-row flex-wrap"> {{.LetAmuse0}} <form action="/items/" method="get" class="phome-max-width-8 border-bottom inline margin-lr-1"> - <input type="search" name="q" placeholder="{{.Data}}" class="border-none text bg-none sans font-3 phone-max-width-20"/> + <input autofocus type="search" name="q" placeholder="{{.Data}}" class="border-none text bg-none sans font-3 phone-max-width-20"/> </form> {{.LetAmuse1}} </div>