mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(view) load: add comment
This commit is contained in:
parent
4221bd8f4e
commit
8fd5b5b846
1 changed files with 8 additions and 0 deletions
|
|
@ -224,6 +224,14 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
CloudFunc.getJoinURL(files)
|
||||
];
|
||||
|
||||
/*
|
||||
* first thing first,
|
||||
* if js would be loaded before css
|
||||
* everything be wrong: view window don't shows up
|
||||
*
|
||||
* if join css that do not minified
|
||||
* all images would not be loaded
|
||||
*/
|
||||
DOM.anyLoadOnLoad(files, func);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue