Bugfix. Still render server input field, just make it hidden.
This commit is contained in:
parent
e109c54cf4
commit
0f3526c570
@ -4,8 +4,8 @@
|
||||
<input type="text" name="chatroom" class="new-chatroom-name" placeholder="{{label_room_name}}"/>
|
||||
{[ if (server_input_type != 'hidden') { ]}
|
||||
<label{{server_label_global_attr}}>{{label_server}}</label>
|
||||
<input type="{{server_input_type}}" name="server" class="new-chatroom-server" placeholder="{{label_server}}"/>
|
||||
{[ } ]}
|
||||
<input type="{{server_input_type}}" name="server" class="new-chatroom-server" placeholder="{{label_server}}"/>
|
||||
<input type="submit" class="pure-button button-primary" name="join" value="{{label_join}}"/>
|
||||
<input type="button" class="pure-button button-secondary" name="show" id="show-rooms" value="{{label_show_rooms}}"/>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user