Solved problem

This commit is contained in:
Carlos 2019-09-24 21:32:09 +02:00
parent 3716a31b2c
commit a04fa7cbf6

View File

@ -16,6 +16,7 @@ $(document).ready(function() {
if (location.protocol != 'https:'){
$("#addServerModalSslAdvice").hide();
}else{
$("#server-ssl").prop('checked', true);
$("#server-ssl").prop("disabled", true);
}
});