[fix] the search text input gets the focus automatically
This commit is contained in:
		
							parent
							
								
									2006a1df1c
								
							
						
					
					
						commit
						43a6ffcd46
					
				| @ -1,6 +1,6 @@ | |||||||
| <form method="post" action="/" id="search_form"> | <form method="post" action="/" id="search_form"> | ||||||
| <div id="search_wrapper"> | <div id="search_wrapper"> | ||||||
|     <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> |     <input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> | ||||||
|     <input type="submit" value="" id="search_submit" /> |     <input type="submit" value="" id="search_submit" /> | ||||||
| </div> | </div> | ||||||
|     <div> |     <div> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user