* [bug#56958] hide orderBox when create api lib.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user