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
f3cd2e07fa
commit
e6323207bb
1 changed files with 2 additions and 1 deletions
|
|
@ -85,8 +85,9 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
}
|
||||
|
||||
/* $('.fancybox').fancybox(this.getConfig()); */
|
||||
var lThis = this;
|
||||
$('.fancybox').dblclick( function(){
|
||||
$.fancybox(this.getConfig())
|
||||
$.fancybox(lThis.getConfig())
|
||||
});
|
||||
}catch(pError){
|
||||
console.log(pError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue