From aa14240c7733765defc341e865066f0f38ed6315 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 13 Jan 2016 11:40:14 +0800 Subject: [PATCH] Roo/bootstrap/Img.js --- Roo/bootstrap/Img.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Img.js b/Roo/bootstrap/Img.js index 45bfeffe68..4fd939985e 100644 --- a/Roo/bootstrap/Img.js +++ b/Roo/bootstrap/Img.js @@ -148,10 +148,11 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { initEvents: function() { - if(!this.href){ this.el.on('click', this.onClick, this); } + + Roo.log(this.el); }, onClick : function(e) -- 2.39.2