diff --git a/trunk/module/todo/view/footer.html.php b/trunk/module/todo/view/footer.html.php index be68adcb2b..08af24b023 100644 --- a/trunk/module/todo/view/footer.html.php +++ b/trunk/module/todo/view/footer.html.php @@ -43,6 +43,10 @@ function switchDateFeature(switcher) } /* 当页面加载完毕之后,调用selectNext()。*/ -selectNext(); +$(document).ready(function() +{ + selectNext(); + switchDateFeature(document.getElementById('switcher')); +});