* remove the js code to click parent's body.

This commit is contained in:
wangchunsheng
2011-07-01 05:20:02 +00:00
parent 1b6e33bbff
commit e28a625ceb

View File

@@ -134,7 +134,6 @@ class group extends control
if($type == 'byGroup') $result = $this->group->updatePrivByGroup($groupID);
if($type == 'byModule') $result = $this->group->updatePrivByModule();
print(js::alert($result ? $this->lang->group->successSaved : $this->lang->group->errorNotSaved));
die(js::execute('parent.document.body.click();'));
}
if($type == 'byGroup')