* Fix bug#11925.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user