xiongzhu 4 년 전
부모
커밋
525e3c576e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      o2web/source/x_component_Org/UnitExplorer.js

+ 1 - 0
o2web/source/x_component_Org/UnitExplorer.js

@@ -195,6 +195,7 @@ MWF.xApplication.Org.UnitExplorer.Unit = new Class({
         this.textNode.set({"text": this.data.name+((this.data.subDirectUnitCount) ? " ("+(this.data.subDirectUnitCount)+")" : "")});
     },
     load: function(){
+        debugger;
         this.node = new Element("div", {"styles": this.style.node}).inject(this.listNode);
         this.contentNode = new Element("div", {"styles": this.style.contentNode}).inject(this.node);
         var left = (10*this.level);