Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Mon, 27 Mar 2017 05:08:59 +0000 (13:08 +0800)
committeredward <edward@roojs.com>
Mon, 27 Mar 2017 05:08:59 +0000 (13:08 +0800)
Roo/bootstrap/Table.js

index 26b6721..bd0e275 100644 (file)
@@ -353,12 +353,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         }
         
         if(cell.findParent('tfoot', false, true)){
-            Roo.log('tfoot ignore');
             return;
         }
         
         if(cell.findParent('thead', false, true)){
-            Roo.log('fire header' + ename);
             
             if(e.getTarget().nodeName.toLowerCase() != 'th'){
                 cell = Roo.get(t).findParent('th', false, true);