mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Show only 'manager' and 'selected user groups' in the permission setting panel for manager's items
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12059 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6065b95b92
commit
9667b29c45
1 changed files with 2 additions and 2 deletions
|
|
@ -2050,8 +2050,8 @@ jQuery(function($){
|
|||
case 'root':
|
||||
default:
|
||||
$node.find('._group_all').remove();
|
||||
$node.find('._group_loggedIn').remove();
|
||||
$node.find('._group_signedUp').remove();
|
||||
$node.find('._group_loggedin').remove();
|
||||
$node.find('._group_signedup').remove();
|
||||
}
|
||||
}
|
||||
$List.append($node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue