Update DiskSettings.page

This commit is contained in:
bergware
2025-05-30 14:41:21 +02:00
parent b9f15ea15e
commit 8dad7e70e7

View File

@@ -130,7 +130,7 @@ function showInput(show, old) {
}
function checkInput(form) {
$(form).find('input[name="newkey"]').prop('disabled',form.newtext.value=='' || form.newtext.value != form.newcopy.value);
$(form).find('input[name="newkey"]').prop('disabled',form.newtext.value == '' || form.newtext.value != form.newcopy.value);
}
<?if (is_file($reply)):?>