mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
aac9e20152
commit
cbcfd155d5
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
/* $('.fancybox').fancybox(this.getConfig()); */
|
||||
var lThis = this;
|
||||
$('.fancybox').dblclick( function(){
|
||||
$.fancybox(lThis.getConfig())
|
||||
var lConfig = lThis.getConfig();
|
||||
lConfig.href = this.href;
|
||||
$.fancybox(lConfig)
|
||||
});
|
||||
}catch(pError){
|
||||
console.log(pError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue