From 43d97664563679c3dfac02e7a1fad62883252f8c Mon Sep 17 00:00:00 2001 From: Miguel Peixe Date: Sun, 8 Jul 2012 00:41:11 -0300 Subject: [PATCH] fixing miscount on programa+tipo totals --- js/site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/site.js b/js/site.js index bee3ac8..d3e2965 100644 --- a/js/site.js +++ b/js/site.js @@ -538,7 +538,6 @@ function theMagic() { var totalCount = getIrregularidadesCount(selectedFilters); tableContent += ''; $.each(tableData.cidade, function(i, cidade) { - //totalCount = totalCount + cidade.count; if(i < 10) tableContent += '' + cidade.cidade + '' + cidade.count + ''; }); tableContent += '';