unknown 5 лет назад
Родитель
Сommit
2c790f4185
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      o2web/source/x_component_Selector/MultipleSelector.js

+ 0 - 3
o2web/source/x_component_Selector/MultipleSelector.js

@@ -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();