* change button for moblie.

* adjust for locate.
This commit is contained in:
wangyidong
2013-07-02 02:46:46 +00:00
parent 05762e84d8
commit 0ef541ea94
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ class todo extends control
$todoIDList = $_POST ? $this->post->todoIDList : array($todoID);
$today = date::today();
$this->dao->update(TABLE_TODO)->set('date')->eq($today)->where('id')->in($todoIDList)->exec();
die(js::locate($this->session->todoList));
$this->locate($this->session->todoList);
}
/**