bug 333686 new task dialog has not

This commit is contained in:
mattwillis%gmail.com 2006-05-14 20:41:49 +00:00
Родитель d917b2bf23
Коммит c78b8c27f6
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -936,6 +936,7 @@ function updateToDoStatus(status, passedInCompletedDate)
var oldCompletedDate = getElementValue("completed-date-picker");
switch (status) {
case null:
case "":
case "NONE":
document.getElementById("todo-status").selectedIndex = 0;