Преглед изворни кода

Autofocus on filter input box

Jay Weisskopf пре 8 година
родитељ
комит
235927da56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -215,7 +215,7 @@
 				<span></span>
 			</a>
 			<div class="filterBlock" >
-				<input type="text" id="filterInput" placeholder="Type to filter"/>
+				<input type="text" id="filterInput" placeholder="Type to filter" autofocus/>
 				<a href="#" id="clearFilterButton" >x</a>
 			</div>
 			<div id="content"></div>