summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJoe Robinson <joe@grabyo.com>2016-04-05 15:09:46 +0100
committerJoe Robinson <joe@grabyo.com>2016-04-05 15:09:46 +0100
commiteb4e80ef26060be4a47e83471bed1ab21ef19650 (patch)
treef1e239144ec1568458c710c5b8f3c67dfadd2807 /index.html
parentb73957a20677a857a1e3d5f6678cbd8a64c4192b (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.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index e9e881b..35254dc 100644
--- a/index.html
+++ b/index.html
@@ -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>