Skip to content

Commit a21e17a

Browse files
Update MerlinAU.asp
1 parent fd8e2e2 commit a21e17a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MerlinAU.asp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,6 @@ function InitializeFields()
16231623
$('#autobackupEnabled').prop('disabled', false);
16241624
setCheckboxDisabledById('autobackupEnabled', false);
16251625
autobackupEnabled.checked = (custom_settings.FW_Auto_Backupmon === 'ENABLED');
1626-
autobackupEnabled.style.opacity = '1'; // Fully opaque
16271626
}
16281627
else
16291628
{
@@ -1632,7 +1631,7 @@ function InitializeFields()
16321631
$('#autobackupEnabled').prop('disabled', true);
16331632
setCheckboxDisabledById('autobackupEnabled', true);
16341633
autobackupEnabled.checked = false; // Optionally uncheck
1635-
autobackupEnabled.style.opacity = '0.5'; // Grayed out appearance
1634+
16361635
}
16371636
}
16381637

0 commit comments

Comments
 (0)