mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 03:38:44 -06:00
Update DiskSettings.page
This commit is contained in:
@@ -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)):?>
|
||||
|
||||
Reference in New Issue
Block a user