Skip to content

Commit f5139e6

Browse files
committed
add autofocus to search bar #2657
1 parent c49b311 commit f5139e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="search" class="ui-widget">
77
<div class="green">
88
<input placeholder="Loading..." id="query"
9-
accesskey="f" title="Enter term to search for (hit Esc to focus)">
9+
accesskey="f" title="Enter term to search for (hit Esc to focus)" autofocus>
1010
</div>
1111
<p id="not-found-message">
1212
Not in Index (<a href="" id="try-web-search">try site search</a>)

0 commit comments

Comments
 (0)