From 6d663d95d9f5919544fe6616de9f09abe54d731c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 May 2010 18:30:56 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/builder.html.js b/builder.html.js index 30d27c731..3eaf929ee 100644 --- a/builder.html.js +++ b/builder.html.js @@ -40,11 +40,8 @@ Builder = { this.dialogroot.remove(); this.dialogroot = false; } - if (this.layoutbase) { - - while (document.body.childNodes.length) { - Roo.get(document.body.childNodes[0]).remove(); - } + if (this.layoutbase.el) { + console.dump(this.layoutbase); this.layoutbase= false; } -- 2.39.2