diff --git a/trunk/module/todo/view/create.html.php b/trunk/module/todo/view/create.html.php
index 6f33580472..95ee6c9df3 100644
--- a/trunk/module/todo/view/create.html.php
+++ b/trunk/module/todo/view/create.html.php
@@ -67,5 +67,4 @@
-
diff --git a/trunk/module/todo/view/footer.html.php b/trunk/module/todo/view/footer.html.php
index f3870007b2..be68adcb2b 100644
--- a/trunk/module/todo/view/footer.html.php
+++ b/trunk/module/todo/view/footer.html.php
@@ -41,5 +41,8 @@ function switchDateFeature(switcher)
$('#end').removeAttr('disabled');
}
}
+
+/* 当页面加载完毕之后,调用selectNext()。*/
+selectNext();