diff --git a/o2web/source/x_component_Selector/Person.js b/o2web/source/x_component_Selector/Person.js index cd528b7a9d13a01d4846de2478c9368f4c7eb43b..d4d1527bf5d344e2cb7a4906ebbcbce115e996c8 100644 --- a/o2web/source/x_component_Selector/Person.js +++ b/o2web/source/x_component_Selector/Person.js @@ -2869,6 +2869,7 @@ MWF.xApplication.Selector.Person.ItemCategory = new Class({ } }, overItem: function(){ + debugger; //if (!this.isSelected){ // this.node.setStyles(this.selector.css.selectorItem_over); // this.actionNode.setStyles(this.selector.css.selectorItemActionNode_over); diff --git a/o2web/source/x_component_Selector/UnitWithType.js b/o2web/source/x_component_Selector/UnitWithType.js index 290c16f56d4c843be45bf10e5f677de13cecb71d..23b4a37019ddcc3bf7eca489aeda4bf29a7dcdb4 100644 --- a/o2web/source/x_component_Selector/UnitWithType.js +++ b/o2web/source/x_component_Selector/UnitWithType.js @@ -362,6 +362,8 @@ MWF.xApplication.Selector.UnitWithType.ItemCategory = new Class({ } }, afterLoad: function(){ + if( this.actionNode )this.actionNode.setStyles(this.selector.css.selectorItemCategoryActionNode_collapse); + if( this.children )this.children.setStyle("display", "none"); if (this.level===1) this.clickItem(); var flag = false; this.data.woSubDirectUnitList.each(function(subData) {