sync
authorjohn <john@roojs.com>
Tue, 2 Oct 2018 06:00:41 +0000 (14:00 +0800)
committerjohn <john@roojs.com>
Tue, 2 Oct 2018 06:00:41 +0000 (14:00 +0800)
Roo/bootstrap/Modal.js

index 7e63325..508c579 100644 (file)
@@ -491,7 +491,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
                             
                             if(layout_body_childs[k].classList.contains('navbar')) {
                                 child_height += layout_body_childs[k].offsetHeight;
-                                Roo.log('nav height: '+ layout_body_childs[k].offsetHeight);
+                                // Roo.log('nav height: '+ layout_body_childs[k].offsetHeight);
                                 continue;
                             }
                             
@@ -503,7 +503,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
                                     
                                     if(layout_body_tab_childs[m].classList.contains('roo-layout-active-content')) {
                                         child_height += this.getChildHeight(layout_body_tab_childs[m].childNodes);
-                                        Roo.log('active panel height: '+this.getChildHeight(layout_body_tab_childs[m].childNodes));
+                                        // Roo.log('active panel height: '+this.getChildHeight(layout_body_tab_childs[m].childNodes));
                                         continue;
                                     }