* fix the bug when edit todo.

This commit is contained in:
wangchunsheng
2009-11-03 09:31:25 +00:00
parent 1b0ad5018c
commit 6e304613aa
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -68,3 +68,6 @@
</form>
</div>
<?php include './footer.html.php';?>
<script language = 'Javascript'>
selectNext();
</script>
-1
View File
@@ -41,6 +41,5 @@ function switchDateFeature(switcher)
$('#end').removeAttr('disabled');
}
}
selectNext();
</script>
<?php include '../../common/footer.html.php';?>