fixed bug with viewing images

This commit is contained in:
coderaiser 2012-08-30 04:30:20 -04:00
parent db452e355f
commit 9dde510b63

View file

@ -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);
}