From c817f579f4a0ed68c803e2fbbe07fb919dcebf6d Mon Sep 17 00:00:00 2001 From: wumo Date: Fri, 16 Mar 2018 14:03:42 +0800 Subject: [PATCH] * Fix the bug of delete in todo view page. --- module/todo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index 0bfcf8527f..3a01d12cbe 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -373,7 +373,7 @@ class todo extends control } $this->send($response); } - die(js::locate($this->session->todoList, 'parent')); + die(js::closeModal('parent.parent')); } }