* [bug#56958] hide orderBox when create api lib.

This commit is contained in:
dingyongliang
2024-11-15 09:53:05 +08:00
committed by 田淑杰
parent e11df05127
commit 68a324b12a
+1
View File
@@ -19,6 +19,7 @@ window.changeDoclibAcl = function(e)
if(libType == 'api')
{
$('.apilib').removeClass('hidden');
$('#orderBox').addClass('hidden');
$('#aclBox .check-list').html($('#aclAPIBox .check-list').html());
$("#aclBox input[id='aclopen']").prop('checked', true);