diff --git a/module/doc/js/createlib.js b/module/doc/js/createlib.js index 1af8868b9f..9867c1de4e 100644 --- a/module/doc/js/createlib.js +++ b/module/doc/js/createlib.js @@ -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)