From 8847b027f7a79f79199388a64b50743c716baf01 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 2 Oct 2018 14:00:41 +0800 Subject: [PATCH] sync --- Roo/bootstrap/Modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 7e63325a35..508c579159 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -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; } -- 2.39.2