This commit is contained in:
liumengyi
2023-03-31 14:25:05 +08:00
parent 41381da279
commit a0ccbb4475
+1 -6
View File
@@ -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');