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:
Francis Lachapelle
2011-12-22 18:02:59 +00:00
parent c99642e256
commit 5d5691229a
6 changed files with 28 additions and 7 deletions

View File

@@ -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();
}