mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug with viewing images
This commit is contained in:
parent
db452e355f
commit
9dde510b63
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ var CloudCommander, CloudFunc, $;
|
|||
|
||||
if(lA){
|
||||
if(lA.rel)
|
||||
$.fancybox.open({ href : lA[0].href },
|
||||
$.fancybox.open({ href : lA.href },
|
||||
lConfig);
|
||||
else this.loadData(lA);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue