* [refac] remove empty.

This commit is contained in:
tianshujie
2026-01-13 15:38:41 +08:00
parent 2fddd9a6b8
commit a80a2afbf1
+1 -3
View File
@@ -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.