* fix the error when create todo.

This commit is contained in:
wangchunsheng
2009-12-21 02:23:30 +00:00
parent 62356d268f
commit 6a34fbf100
2 changed files with 3 additions and 1 deletions

View File

@@ -67,5 +67,4 @@
</table>
</form>
</div>
<script language='Javascript'>selectNext();</script>
<?php include './footer.html.php';?>

View File

@@ -41,5 +41,8 @@ function switchDateFeature(switcher)
$('#end').removeAttr('disabled');
}
}
/* 当页面加载完毕之后调用selectNext()。*/
selectNext();
</script>
<?php include '../../common/footer.html.php';?>