Disabling recurring todos until bug 328197 is sorted out. Thanks to <michael.buettner@sun.com> for the patch, r=dmose.

This commit is contained in:
dmose%mozilla.org 2006-02-26 01:00:49 +00:00
Родитель 1758f50486
Коммит 0cf1777bf2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -76,6 +76,10 @@ function onLoad()
// update the accept button
updateAccept();
// disabling recurring todo until bug 328197 is fixed
if (isToDo(window.calendarItem))
disableElement("item-recurrence");
// update datetime pickers
updateDueDate();
updateEntryDate();