fixed bug with double click on images

This commit is contained in:
coderaiser 2012-08-08 16:22:53 +03:00
parent a96141f719
commit 81a6b740bc

View file

@ -84,7 +84,10 @@ CloudCommander.Viewer.FancyBox.set = (function(){
(lA[i].rel = 'gallery');
}
$('.fancybox').fancybox(this.getConfig());
/* $('.fancybox').fancybox(this.getConfig()); */
$('.fancybox').dblclick( function(){
$.fancybox(this.getConfig())
});
}catch(pError){
console.log(pError);
}