diff --git a/wled00/data/settings_time.htm b/wled00/data/settings_time.htm index e88bcbbe84..6a690bac05 100644 --- a/wled00/data/settings_time.htm +++ b/wled00/data/settings_time.htm @@ -103,6 +103,11 @@ if ((wd&254) != 254 || (i<8 && (gN("M"+i).value != 1 || gN("D"+i).value != 1 || gN("P"+i).value != 12 || gN("E"+i).value != 31))) { expand(gId("CB"+i),i); //expand macros with custom DOW or date range set } + if (gId("cd").selected) + { + gId("coc").style.display="none"; + gId("ccc").style.display="none"; + } } } function Wd() @@ -205,6 +210,7 @@