Commit 90492df1 authored by JC Brand's avatar JC Brand

Merge pull request #425 from 1st8/master

Hide server label in room panel when input is hidden
parents ae272611 8f7f3e32
......@@ -5,7 +5,9 @@
<label>{{label_nickname}}</label>
<input type="text" name="nick" class="new-chatroom-nick"
placeholder="{{label_nickname}}"/>
<label{{server_label_global_attr}}>{{label_server}}</label>
{[ 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}}"/>
<div class="button-group">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment