Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Small Suggestion: Make the search page focus on the searchbar
When you click on the search tab, you should make the text input field focused automatically when the page loads, so people dont have to click and they can start typing immediately
0
This discussion has been closed.
Comments
<script type="text/javascript">function sf(){document.f.q.focus();}</script></head><body onLoad="sf()">...
Where "f" is the form name and "q" is the search field.
Personally, I'd stay away from the document.itemname syntax, but it's not a hard change.