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
689b7b1edc
commit
596f6bb499
1 changed files with 2 additions and 2 deletions
|
|
@ -95,9 +95,9 @@ CloudCommander.Viewer.FancyBox.set = (function(){
|
|||
$(Images[i]).data("events").dblclick[0].handler
|
||||
*/
|
||||
var lImages = $('.fancybox');
|
||||
|
||||
var lConfig = this.getConfig();
|
||||
|
||||
for(var i=0; i < lImages.length; i++){
|
||||
var lConfig = this.getConfig();
|
||||
lConfig.href = lImages[i].href;
|
||||
lImages[i].ondblclick = (function(){
|
||||
$.fancybox(lConfig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue