From d2d9502061904a341bfd80e053becd18353a084a Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 18:06:57 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 11ad73d386..a2ec9fb7c7 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -327,8 +327,10 @@ Roo.apply(Roo.ux.Lightbox.prototype, updateImageList: function() { this.updateImageList = Roo.emptyFn; if (this.imageArray.length) { + Roo.log('in'); return; } + Roo.log('out'); Roo.each(Roo.DomQuery.select('a[rel^=lightbox]'), function(e) { this.imageArray.push(Roo.get(e)); Roo.get(e).on('click', (function(event, tg, tga,tgb) { -- 2.39.2