diff --git a/module/doc/js/createlib.js b/module/doc/js/createlib.js index 40792633ab..389a1f3229 100644 --- a/module/doc/js/createlib.js +++ b/module/doc/js/createlib.js @@ -25,4 +25,5 @@ function changeDoclibAcl(libType) $('#mainContent table th').css('width', '70px'); $('#aclBox').find('td').html($('#aclOtherBox td').html()); } + $('#whiteListBox').addClass('hidden'); }