From 466af5a135a934c56f2cc02de063ca72a925ac96 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Tue, 15 Jan 2013 02:00:29 +0000 Subject: [PATCH] * fix a bug : change date error in my todo. --- module/my/view/todo.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index 7215a8ae2e..6cfbc3f8ba 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -27,7 +27,7 @@ echo '' . html::a(inlink('todo', "date=future"), $lang->todo->futureTodos) . ''; echo '' . html::a(inlink('todo', "date=all"), $lang->todo->allDaysTodos) . ''; echo '' . html::a(inlink('todo', "date=before&account={$app->user->account}&status=undone"), $lang->todo->allUndone) . ''; - echo "" . html::input('date', $date,"class='w-date date'") . ''; + echo "" . html::input('date', $date,"class='w-date date' onchange='changeDate(this.value)'") . ''; if($type == 'bydate') {