Skip to content

Commit

Permalink
fixing class breaks again
Browse files Browse the repository at this point in the history
  • Loading branch information
anneb committed Aug 20, 2019
1 parent e3a42f7 commit d7b764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/attrinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
result[result.length - 1].pcount = 1;
return result;
}
if (result[result.length - 1].from === percentile.from) {
if (result[result.length - 1].from === percentile.from || result[result.length -1].to === percentile.to) {
result[result.length - 1].to = percentile.to;
result[result.length - 1].count += percentile.count;
result[result.length - 1].pcount++;
Expand Down

0 comments on commit d7b764a

Please sign in to comment.