mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +00:00
Support for repetitive alarms and tasks
This commit is contained in:
@@ -110,8 +110,10 @@ function onTimeControlCheck(checkBox) {
|
||||
for (var i = 0; i < selects.length; i++)
|
||||
if (selects[i] != checkBox)
|
||||
selects[i].disabled = !checkBox.checked;
|
||||
if (checkBox.id == "startDateCB")
|
||||
if (checkBox.id == "startDateCB") {
|
||||
$("repeatList").disabled = !checkBox.checked;
|
||||
$("reminderList").disabled = !checkBox.checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user