summaryrefslogtreecommitdiffstats
path: root/ssl-config-generator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ssl-config-generator/index.html')
-rw-r--r--ssl-config-generator/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html
index 82547f5..91d272a 100644
--- a/ssl-config-generator/index.html
+++ b/ssl-config-generator/index.html
@@ -460,12 +460,12 @@ $SERVER["socket"] == ":443" {
}
function renderConfig(change_software) {
- // Update Server version input w/ latest version in versions[] array when changing software
- var software = $("div#server-list input:radio:checked").val();
- if (change_software === true && typeof versions[software] !== "undefined") {
- $("#server-version").val(versions[software][versions[software].length-1]);
-
- };
+ // Update Server version input w/ latest version in versions[] array when changing software
+ var software = $("div#server-list input:radio:checked").val();
+ if (change_software === true && typeof versions[software] !== "undefined") {
+ $("#server-version").val(versions[software][versions[software].length-1]);
+
+ };
var data = {
serverVersion: $("#server-version").val(),