Skip to content

Commit b246d72

Browse files
committed
Merge pull request #58 from stephenmathieson/add-search-accesskey
add `accesskey=s` to the search input
2 parents 65873a3 + 49990df commit b246d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/search/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div id="search">
2-
<input type="text" on-input="search" placeholder="Search">
2+
<input type="text" on-input="search" placeholder="Search" accesskey="s">
33
</div>

0 commit comments

Comments
 (0)