Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Fri, 28 Jul 2017 07:21:04 +0000 (15:21 +0800)
committeredward <edward@roojs.com>
Fri, 28 Jul 2017 07:21:04 +0000 (15:21 +0800)
Roo/bootstrap/TabPanel.js

index 04cfa54..00c9b8a 100644 (file)
@@ -93,9 +93,8 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
         }
         
         if(this.href.length){
-            
+            this.el.on('click', this.onClick, this);
         }
-        Roo.log(this.el);
         
     },