Roo/bootstrap/Button.js
[roojs1] / Roo / bootstrap / Button.js
index b5b813f..fa7e149 100644 (file)
@@ -223,9 +223,13 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     initEvents: function() {
        // Roo.log('init events?');
        // Roo.log(this.el.dom);
+       if (this.el.hasClass('roo-button')) {
+            this.el.on('click', this.onClick, thi
+       } else {
+            this.el.select('.roo-button').on('click', this.onClick, this);
+       }
+       
        
-       this.el.on('click', this.onClick, this);
-       this.el.on('click', this.onClick, this);
        
        //this.el.select('button',true).on('click', this.onClick, this);