summaryrefslogtreecommitdiffstats
path: root/templates/webinterface/https.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/webinterface/https.html')
-rw-r--r--templates/webinterface/https.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/webinterface/https.html b/templates/webinterface/https.html
index ca2a9d04..d2b4c69a 100644
--- a/templates/webinterface/https.html
+++ b/templates/webinterface/https.html
@@ -5,13 +5,15 @@
<div class="panel-heading">{{lang_httpsSettings}}</div>
<div class="panel-body">
<p>{{lang_description}}</p>
- <div class="input-group" onclick="$('#moff').prop('checked', true)">
+ <div class="input-group" onclick="$('#moff').prop('checked', true);
+ $('#wcustom').hide()">
<span class="input-group-addon"><input id="moff" type="radio" name="mode" value="off"></span>
<span class="form-control">
{{lang_noHttps}}
</span>
</div>
- <div class="input-group" onclick="$('#mrandom').prop('checked', true)">
+ <div class="input-group" onclick="$('#mrandom').prop('checked', true);
+ $('#wcustom').hide()">
<span class="input-group-addon"><input id="mrandom" type="radio" name="mode" value="random"></span>
<span class="form-control">
{{lang_randomCert}}