We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8e2e2 commit a21e17aCopy full SHA for a21e17a
MerlinAU.asp
@@ -1623,7 +1623,6 @@ function InitializeFields()
1623
$('#autobackupEnabled').prop('disabled', false);
1624
setCheckboxDisabledById('autobackupEnabled', false);
1625
autobackupEnabled.checked = (custom_settings.FW_Auto_Backupmon === 'ENABLED');
1626
- autobackupEnabled.style.opacity = '1'; // Fully opaque
1627
}
1628
else
1629
{
@@ -1632,7 +1631,7 @@ function InitializeFields()
1632
1631
$('#autobackupEnabled').prop('disabled', true);
1633
setCheckboxDisabledById('autobackupEnabled', true);
1634
autobackupEnabled.checked = false; // Optionally uncheck
1635
- autobackupEnabled.style.opacity = '0.5'; // Grayed out appearance
+
1636
1637
1638
0 commit comments