1
Fork 0

Autofocus group input on index page

This commit is contained in:
Alexandre Iooss 2022-12-30 10:21:01 +01:00 committed by Juliusz Chroboczek
parent 49db9f94d5
commit 16e187bcb7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<form id="groupform">
<label for="group">Group:</label>
<input id="group" type="text" name="group" class="form-control form-control-inline"/>
<input id="group" type="text" name="group" class="form-control form-control-inline" autofocus/>
<input id='submitbutton' type="submit" value="Join" class="btn btn-default btn-large"/><br/>
</form>