This commit is contained in:
wangyidong
2019-02-12 09:13:36 +08:00
parent 0a3a17595b
commit d5b54a356e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1718,7 +1718,7 @@ class project extends control
if(!empty($_POST))
{
$this->project->manageMembers($projectID);
$this->locate($this->createLink('project', 'team', "projectID=$projectID"));
die(js::locate($this->createLink('project', 'team', "projectID=$projectID"), 'parent'));
}
/* Load model. */
+1 -1
View File
@@ -30,7 +30,7 @@
</div>
</div>
<div id='mainContent' class='main-content'>
<form class='main-form' method='post' id='teamForm'>
<form class='main-form' method='post' id='teamForm' target='hiddenwin'>
<table class='table table-form'>
<thead>
<tr class='text-center'>