Bernd Wurst commited on 2017-02-18 18:05:36
Zeige 1 geänderte Dateien mit 4 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -90,6 +90,9 @@ |
| 90 | 90 |
} |
| 91 | 91 |
|
| 92 | 92 |
} |
| 93 |
+ if ($('#hostname').val() != '') {
|
|
| 94 |
+ show_block = false; |
|
| 95 |
+ } |
|
| 93 | 96 |
if (show_block) {
|
| 94 | 97 |
$('#hsts_preload_options').show();
|
| 95 | 98 |
} else {
|
| ... | ... |
@@ -123,7 +126,7 @@ $(function() {
|
| 123 | 126 |
$('#hsts_seconds').hide();
|
| 124 | 127 |
} |
| 125 | 128 |
$('#hsts_preset').change(hsts_preset);
|
| 126 |
- $('#hsts_select').change(show_hsts_opts);
|
|
| 129 |
+ $('#hsts').change(show_hsts_opts);
|
|
| 127 | 130 |
$('#hsts_subdomains').change(show_hsts_opts);
|
| 128 | 131 |
show_hsts_opts(); |
| 129 | 132 |
|
| 130 | 133 |