* Fix bug#11925.

This commit is contained in:
leiyong
2021-04-09 11:30:21 +03:00
parent e340901bea
commit e99071291b
+1
View File
@@ -74,6 +74,7 @@ function changeByLibType(libType)
var acl = $('form [name=acl]').val();
var notice = typeof(noticeAcl[libType][acl]) != 'undefined' ? noticeAcl[libType][acl] : '';
$('#noticeAcl').html(notice);
$('#whiteListBox').addClass('hidden');
}
function changeDoclibAcl(libType)