* Fix doc.

This commit is contained in:
Yagami
2021-04-02 14:58:12 +08:00
parent 054cb8a1ab
commit 7e7af669a5
6 changed files with 22 additions and 17 deletions

View File

@@ -374,6 +374,7 @@ class tree extends control
{
$this->tree->manageChild($rootID, $viewType);
if($viewType == 'doc' and isonlybody()) die(js::reload('parent.parent'));
if(isonlybody()) die(js::closeModal('parent.parent', '', "function(){parent.parent.$('a.refresh').click()}"));
die(js::reload('parent'));