xiongzhu 4 лет назад
Родитель
Сommit
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);