aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/services_rsyncd_local.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/services_rsyncd_local.php')
-rw-r--r--packages/freenas/www/services_rsyncd_local.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freenas/www/services_rsyncd_local.php b/packages/freenas/www/services_rsyncd_local.php
index 27d78417..5d975084 100644
--- a/packages/freenas/www/services_rsyncd_local.php
+++ b/packages/freenas/www/services_rsyncd_local.php
@@ -218,7 +218,7 @@ $jscriptstr .= <<<EOD
document.iform.minutes2.disabled = endis;
document.iform.minutes3.disabled = endis;
document.iform.hours1.disabled = endis;
- document.iform.hours2.disabled = endis;
+ /* document.iform.hours2.disabled = endis; */
document.iform.days1.disabled = endis;
document.iform.days2.disabled = endis;
document.iform.days3.disabled = endis;
@@ -242,7 +242,7 @@ $jscriptstr .= <<<EOD
document.iform.minutes2.style.backgroundColor = color;
document.iform.minutes3.style.backgroundColor = color;
document.iform.hours1.style.backgroundColor = color;
- document.iform.hours2.style.backgroundColor = color;
+ /* document.iform.hours2.style.backgroundColor = color; */
document.iform.days1.style.backgroundColor = color;
document.iform.days2.style.backgroundColor = color;
document.iform.days3.style.backgroundColor = color;