mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
41af04d71f
commit
c77a69b4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
}
|
||||
|
||||
for(var i=0; i < lImages.length; i++)
|
||||
lImages[i].ondblclick = lDblClick_f(lImages[i].pHref);
|
||||
lImages[i].ondblclick = lDblClick_f(lImages[i].href);
|
||||
}catch(pError){
|
||||
console.log(pError);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue