Skip to content

Commit

Permalink
fixing miscount on programa+tipo totals
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Jul 8, 2012
1 parent 592e548 commit 43d9766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ function theMagic() {
var totalCount = getIrregularidadesCount(selectedFilters);
tableContent += '<tr><td rowspan="11" class="total"></td></tr>';
$.each(tableData.cidade, function(i, cidade) {
//totalCount = totalCount + cidade.count;
if(i < 10) tableContent += '<tr><td>' + cidade.cidade + '</td><td class="n">' + cidade.count + '</td></tr>';
});
tableContent += '</tbody></table>';
Expand Down

0 comments on commit 43d9766

Please sign in to comment.