mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 07:32:44 +00:00
See ChangeLog.
Monotone-Parent: c7ba56b63e2f4ecf7da169cccef30b4c8ebeb0ad Monotone-Revision: e4a697198e9d44e460b6a4c27b94149145803430 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-22T18:02:59
This commit is contained in:
@@ -178,7 +178,7 @@ function onTimeControlCheck(checkBox) {
|
||||
for (var i = 0; i < selects.length; i++)
|
||||
if (selects[i] != checkBox)
|
||||
selects[i].disabled = !checkBox.checked;
|
||||
if (checkBox.id == "dueDateCB")
|
||||
if (checkBox.id == "startDateCB")
|
||||
$("reminderList").disabled = !checkBox.checked;
|
||||
}
|
||||
}
|
||||
@@ -323,7 +323,7 @@ function onTaskEditorLoad() {
|
||||
}
|
||||
|
||||
// Enable or disable the reminder list
|
||||
onTimeControlCheck($("dueDateCB"));
|
||||
onTimeControlCheck($("startDateCB"));
|
||||
|
||||
initializeStatusLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user