diff options
author | Joe Robinson <joe@grabyo.com> | 2016-04-05 15:09:46 +0100 |
---|---|---|
committer | Joe Robinson <joe@grabyo.com> | 2016-04-05 15:09:46 +0100 |
commit | eb4e80ef26060be4a47e83471bed1ab21ef19650 (patch) | |
tree | f1e239144ec1568458c710c5b8f3c67dfadd2807 /index.html | |
parent | b73957a20677a857a1e3d5f6678cbd8a64c4192b (diff) |
Fix connection UI, add SSL toggle, join channels on receiving names or topic to support bouncers
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -23,7 +23,12 @@ </div> <div class="ui divider"></div> <div class="ui input" id="password-container"> - <input placeholder="Password" id="password-input" type="text"> + <input placeholder="Password" id="password-input" type="password"> + </div> + <div class="ui divider"></div> + <div class="ui toggle checkbox"> + <input id="ssl-input" type="checkbox"> + <label>Enable SSL</label> </div> <div class="ui divider"></div> <button class="ui button" id="connect">Connect</button> |