Solved problem
This commit is contained in:
parent
3716a31b2c
commit
a04fa7cbf6
@ -16,6 +16,7 @@ $(document).ready(function() {
|
|||||||
if (location.protocol != 'https:'){
|
if (location.protocol != 'https:'){
|
||||||
$("#addServerModalSslAdvice").hide();
|
$("#addServerModalSslAdvice").hide();
|
||||||
}else{
|
}else{
|
||||||
|
$("#server-ssl").prop('checked', true);
|
||||||
$("#server-ssl").prop("disabled", true);
|
$("#server-ssl").prop("disabled", true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user