ux/Lightbox.js
authorAlan Knowles <alan@roojs.com>
Tue, 9 Feb 2021 08:29:58 +0000 (16:29 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Feb 2021 08:29:58 +0000 (16:29 +0800)
ux/Lightbox.js

index 1087acb..20c1de6 100644 (file)
@@ -452,6 +452,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
                                      this.imageArray[this.activeImage].dom.lheight || imgPreloader.getHeight());
             imgPreloader.remove();
         }, this);
+       Roo.log(this.imageArray[this.activeImage]);
         imgPreloader.dom.src = this.imageArray[this.activeImage].srcfull || this.imageArray[this.activeImage].href || 
             this.imageArray[this.activeImage].dom.href ||  this.imageArray[this.activeImage].dom.src;
     },