mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(view) anyLoadOnLoad -> loadParallel
This commit is contained in:
parent
93263485d2
commit
5d86e62086
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
* if join css that do not minified
|
||||
* all images would not be loaded
|
||||
*/
|
||||
DOM.anyLoadOnLoad(files, func)
|
||||
DOM.loadParallel(files, func)
|
||||
.cssSet({
|
||||
id:'view-css',
|
||||
inner : '#fancybox-loading {' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue