Fixes enter room name field in the welcome page.

This commit is contained in:
yanas 2016-03-31 13:31:05 -05:00
parent d9e08032ce
commit 5cbe710075
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<div id="enter_room_form" >
<div id="domain_name"></div>
<div id="enter_room">
<input id="enter_room_field" type="text" autofocus data-i18n="[placeholder]welcomepage.roomname" placeholder="Enter room name" />
<input id="enter_room_field" type="text" autofocus/>
<div class="icon-reload" id="reload_roomname"></div>
<input id="enter_room_button" type="button" data-i18n="[value]welcomepage.go" value="GO" />