diff --git a/client/modules/view/index.js b/client/modules/view/index.js index e78d507b..c6d34d18 100644 --- a/client/modules/view/index.js +++ b/client/modules/view/index.js @@ -323,10 +323,6 @@ function check(src) { throw Error('src should be a string!'); } -/** - * function loads css and js of FancyBox - * @callback - executes, when everything loaded - */ async function loadAll() { const {DIR_DIST} = CloudCmd;