Error fixes

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-19 17:47:22 +01:00
parent 17ef995527
commit feb5e10bf4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ TreeController = {
// Load leaf counters
function _processNodeCounters (container, counters, type) {
var hasCounters = true;
var hasCounters = false;
if (typeof counters != 'undefined') {