mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
5dac88617d
commit
689b7b1edc
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