فهرست منبع

蓝白扁平样式修改

unknown 5 سال پیش
والد
کامیت
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 = {};
         this.selectors = {};
     },
     },
     load: function(){
     load: function(){
-        debugger;
         if( this.options.contentUrl ){
         if( this.options.contentUrl ){
             this.loadWithUrl()
             this.loadWithUrl()
         }else {
         }else {
@@ -481,8 +480,6 @@ MWF.xApplication.Selector.MultipleSelector = new Class({
 
 
             var tab = this.tab.addTab( pageNode, this.lp[type], false );
             var tab = this.tab.addTab( pageNode, this.lp[type], false );
 
 
-            debugger;
-
             if( index === 0 && this.contentHeight && !this.tabContainer ){
             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.tabContainer ) - tab.tabContainer.getStyle("height").toInt();
                 this.contentHeight = this.contentHeight - this.getOffsetY( tab.tab.tabNodeContainer ) - tab.tab.tabNodeContainer.getStyle("height").toInt();
                 this.contentHeight = this.contentHeight - this.getOffsetY( tab.tab.tabNodeContainer ) - tab.tab.tabNodeContainer.getStyle("height").toInt();