* alert users to save work record which has not been saved when they want to edit or delete the record.

This commit is contained in:
chenfeiCF
2016-06-23 13:11:46 +08:00
parent 836b70cd86
commit f4d916adad
5 changed files with 9 additions and 14 deletions
-5
View File
@@ -628,11 +628,6 @@ class task extends control
}
}
}
if($this->cookie->reload2Parent)
{
setcookie('reload2Parent', false, 0, $this->config->webRoot);
die(js::reload('parent'));
}
if(isonlybody()) die(js::closeModal('parent.parent', 'this'));
die(js::locate($this->createLink('task', 'view', "taskID=$taskID"), 'parent'));