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
5e15e4e2a8
commit
5903946fcd
1 changed files with 3 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ CloudCommander.Viewer.FancyBox.load = (function(pThis, pCallBack){
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
CloudCommander.Viewer.FancyBox.loadData = (function(pA){
|
||||
var lThis = this;
|
||||
var lConfig = this.getConfig();
|
||||
|
|
@ -89,6 +90,7 @@ CloudCommander.Viewer.FancyBox.loadData = (function(pA){
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
CloudCommander.Viewer.FancyBox.set = (function(){
|
||||
if(this.getByClass('fancybox').length)
|
||||
return;
|
||||
|
|
@ -128,9 +130,8 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
console.log(pError);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
CloudCommander.Viewer.show =
|
||||
|
||||
CloudCommander.Viewer.FancyBox.show = (function(pParent){
|
||||
CloudCommander.Viewer.FancyBox.set();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue