From e88bfb750aecfa8da3b5c41deca3a57d214ee4d5 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 29 Mar 2023 14:08:44 +0800 Subject: [PATCH] * Fix bug #33501. --- module/doc/js/createlib.js | 1 + 1 file changed, 1 insertion(+) 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'); }