mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
Autofocus group input on index page
This commit is contained in:
parent
49db9f94d5
commit
16e187bcb7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue