From 4f77174e7c578911c3c4dd1c4285afd34a53d25c Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 18:07:13 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index a2ec9fb7c7..11ad73d386 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -327,10 +327,8 @@ 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