chore: client: view: rm comment

This commit is contained in:
coderaiser 2025-08-13 21:23:53 +02:00 committed by GitHub
parent 64e4aba414
commit e3fcb7f24e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;