* Fix closeModal js.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user