提交 f8c7f708 编写于 作者: M Mr.doob

Docs/Examples: Reverted autofocus (broke mobile ux).

上级 cd3807b3
......@@ -215,7 +215,7 @@
<span></span>
</a>
<div class="filterBlock" >
<input type="text" id="filterInput" placeholder="Type to filter" autofocus/>
<input type="text" id="filterInput" placeholder="Type to filter"/>
<a href="#" id="clearFilterButton" >x</a>
</div>
<div id="content"></div>
......@@ -229,7 +229,7 @@
var p = window.location.search.indexOf( '?q=' );
if( p !== -1 ) {
return window.location.search.substr( 3 );
}
}
return ''
}
......
......@@ -232,7 +232,7 @@
<span></span>
</a>
<div class="filterBlock" >
<input type="text" id="filterInput" placeholder="Type to filter" autofocus/>
<input type="text" id="filterInput" placeholder="Type to filter"/>
<a href="#" id="clearFilterButton" >x</a>
</div>
<div id="content"></div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册