From d49418a32b1a6350886f67a0e751d6e1df619f6c Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 18:10:57 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index cbd5c6dc68..11ad73d386 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -443,7 +443,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, // once image is preloaded, resize image container imgPreloader.on('load', function() { - Roo.log(this.imageArray); + this.lightboximage.dom.src = this.imageArray[this.activeImage].href || this.imageArray[this.activeImage].dom.href || this.imageArray[this.activeImage].dom.src; -- 2.39.2