* fix the error when create todo.
This commit is contained in:
@@ -67,5 +67,4 @@
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<script language='Javascript'>selectNext();</script>
|
||||
<?php include './footer.html.php';?>
|
||||
|
||||
@@ -41,5 +41,8 @@ function switchDateFeature(switcher)
|
||||
$('#end').removeAttr('disabled');
|
||||
}
|
||||
}
|
||||
|
||||
/* 当页面加载完毕之后,调用selectNext()。*/
|
||||
selectNext();
|
||||
</script>
|
||||
<?php include '../../common/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user