mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
0f4640a989
commit
c7066f13a3
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
*/
|
||||
var lImages = $('.fancybox');
|
||||
|
||||
var lConfig = lThis.getConfig();
|
||||
var lConfig = this.getConfig();
|
||||
for(var i=0; i < lImages.length; i++){
|
||||
lConfig.href = lImages[i].href;
|
||||
lImages[i].ondblclick = (function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue