* Fix bug #33609.
This commit is contained in:
@@ -42,12 +42,7 @@ function toggleAcl(acl, type)
|
||||
var moduleID = $('#module').val();
|
||||
if(moduleID.indexOf('_') >= 0) libID = moduleID.substr(0, moduleID.indexOf('_'));
|
||||
}
|
||||
if(acl == 'default' && ($('#libTypeapi').attr('checked') == 'checked' || libType == 'api'))
|
||||
{
|
||||
$('#whiteListBox').removeClass('hidden');
|
||||
$('#groupBox').removeClass('hidden');
|
||||
}
|
||||
else if(acl == 'private')
|
||||
if(acl == 'private')
|
||||
{
|
||||
$('#whiteListBox').removeClass('hidden');
|
||||
$('#groupBox').removeClass('hidden');
|
||||
|
||||
Reference in New Issue
Block a user