From e3fcb7f24ecf667dd484bbe2327b0ea2b27e3288 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 13 Aug 2025 21:23:53 +0200 Subject: [PATCH] chore: client: view: rm comment --- client/modules/view/index.js | 4 ---- 1 file changed, 4 deletions(-) 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;