|
|
@@ -40,7 +40,6 @@ MWF.xApplication.Selector.MultipleSelector = new Class({
|
|
|
this.selectors = {};
|
|
|
},
|
|
|
load: function(){
|
|
|
- debugger;
|
|
|
if( this.options.contentUrl ){
|
|
|
this.loadWithUrl()
|
|
|
}else {
|
|
|
@@ -481,8 +480,6 @@ MWF.xApplication.Selector.MultipleSelector = new Class({
|
|
|
|
|
|
var tab = this.tab.addTab( pageNode, this.lp[type], false );
|
|
|
|
|
|
- debugger;
|
|
|
-
|
|
|
if( index === 0 && this.contentHeight && !this.tabContainer ){
|
|
|
//this.contentHeight = this.contentHeight - this.getOffsetY( tab.tabContainer ) - tab.tabContainer.getStyle("height").toInt();
|
|
|
this.contentHeight = this.contentHeight - this.getOffsetY( tab.tab.tabNodeContainer ) - tab.tab.tabNodeContainer.getStyle("height").toInt();
|