* Fix closeModal js.

This commit is contained in:
Yagami
2019-03-21 13:43:38 +08:00
parent 1523c62182
commit 6aa434a9ca
2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class task extends control
}
/* If link from no head then reload*/
if(isonlybody()) $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'closeModal' => true));
if(isonlybody()) $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'parent'));
if($todoID > 0)
{