mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug with double click on images
This commit is contained in:
parent
a96141f719
commit
81a6b740bc
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue