Error fixes
This commit is contained in:
parent
931cb86842
commit
f03e854110
|
@ -412,7 +412,7 @@ TreeController = {
|
||||||
// Load the status counters
|
// Load the status counters
|
||||||
var hasCounters = _processNodeCounters($content, element.counters, element.type);
|
var hasCounters = _processNodeCounters($content, element.counters, element.type);
|
||||||
|
|
||||||
if ((elementType == "group" || elementType == "tag")
|
if ((element.type == "group" || element.type == "tag")
|
||||||
&& (controller.shouldHaveCounters && !hasCounters))
|
&& (controller.shouldHaveCounters && !hasCounters))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue