From: Alan Knowles Date: Mon, 10 May 2010 06:03:23 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=cebd9c71127cb06face2669660486a1784a160c3 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 1fdc13da2..a0eadf7f6 100644 --- a/builder.html.js +++ b/builder.html.js @@ -43,12 +43,18 @@ Builder = { } if (this.layoutbase) { //console.log(Builder.dump(this.layoutbase.el)); + + try { this.layoutbase.remove('center', this.layoutbase.getRegion('center')); } catch( e) { + console.log(e); // reload!!? } - this.layoutbase= false; + + + + //this.layoutbase= false; }