Don't autofocus the filter box

A bad idea now that we have keyboard shortcuts
This commit is contained in:
Ivan Kozik 2015-04-07 02:33:33 +00:00
parent 860899b404
commit 332c5e0417

View File

@ -275,7 +275,7 @@ a.ignore {
<a href="http://archiveteam.org/index.php?title=ArchiveBot" class="underlined-a">ArchiveBot</a> <a href="http://archiveteam.org/index.php?title=ArchiveBot" class="underlined-a">ArchiveBot</a>
tracking <span id="num-crawls">0</span> crawls. tracking <span id="num-crawls">0</span> crawls.
See also <a href="pipelines" class="underlined-a">pipeline</a> or <a href="logs/recent" class="underlined-a">job</a> reports. See also <a href="pipelines" class="underlined-a">pipeline</a> or <a href="logs/recent" class="underlined-a">job</a> reports.
Show: <input id="filter-box" type="text" size="21" autofocus> Show: <input id="filter-box" type="text" size="21">
<input onclick="ds.setFilter('');" type="button" value=" All " class="button"> <input onclick="ds.setFilter('');" type="button" value=" All " class="button">
<input onclick="ds.setFilter('^$');" type="button" value="None" class="button"> <input onclick="ds.setFilter('^$');" type="button" value="None" class="button">
<small id="promo"><a href="/beta" class="underlined-a">Try 3.0 Beta</a></small> <small id="promo"><a href="/beta" class="underlined-a">Try 3.0 Beta</a></small>