Skip to content

Commit 9e1b8dc

Browse files
committed
Merge pull request #370 from fireartist/master
remove 'autofocus' from search input field
2 parents dfad2e7 + a4f053b commit 9e1b8dc

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
@@ -4,7 +4,7 @@
44
>&nbsp;Perl 6 Documentation</a
55
>
66
<div id="search" class="ui-widget">
7-
<div class="green"><input placeholder="Loading..." autofocus id="query" title="Enter Perl 6 document to search for"></div>
7+
<div class="green"><input placeholder="Loading..." id="query" title="Enter Perl 6 document to search for"></div>
88
</div>
99
<div class="menu">
1010
MENU

0 commit comments

Comments
 (0)