mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
c5b70cc624
commit
b2466402f0
1 changed files with 8 additions and 6 deletions
|
|
@ -20,14 +20,16 @@ CloudCommander.Viewer.FancyBox = {
|
|||
}
|
||||
});
|
||||
}),
|
||||
load: function(){
|
||||
load: function(){
|
||||
var ljsLoad_f = function(){
|
||||
CloudCommander.jsload(
|
||||
'http://fancyapps.com/fancybox/source/jquery.fancybox.pack.js');
|
||||
};
|
||||
|
||||
CloudCommander.cssLoad({
|
||||
src : 'http://fancyapps.com/fancybox/source/jquery.fancybox.css'
|
||||
src : 'http://fancyapps.com/fancybox/source/jquery.fancybox.css',
|
||||
func : ljsLoad_f
|
||||
});
|
||||
|
||||
CloudCommander.jsload(
|
||||
'http://fancyapps.com/fancybox/source/jquery.fancybox.pack.js');
|
||||
|
||||
},
|
||||
set: function(){
|
||||
if(this.getByClass('fancybox').length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue