* [refac] remove empty.
This commit is contained in:
@@ -1270,8 +1270,7 @@ const actionsMap =
|
||||
'file-list': function(info)
|
||||
{
|
||||
return [hasPriv('exportFiles') ? {icon: 'export', text: getLang('export'), command: 'exportFiles'} : null];
|
||||
},
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
function getActions(type, info)
|
||||
@@ -1849,7 +1848,6 @@ const commands =
|
||||
$.ajaxSubmit({url: url, method: 'POST'});
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* 批量导出附件库中的附件。
|
||||
* Batch export attachments in the attachment library.
|
||||
|
||||
Reference in New Issue
Block a user