зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
1758f50486
Коммит
0cf1777bf2
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче