Don't autofocus the filter box
A bad idea now that we have keyboard shortcuts
This commit is contained in:
parent
860899b404
commit
332c5e0417
@ -275,7 +275,7 @@ a.ignore {
|
||||
<a href="http://archiveteam.org/index.php?title=ArchiveBot" class="underlined-a">ArchiveBot</a>
|
||||
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.
|
||||
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="None" class="button">
|
||||
<small id="promo"><a href="/beta" class="underlined-a">Try 3.0 Beta</a></small>
|
||||
|
Loading…
x
Reference in New Issue
Block a user