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