Skip to content

Commit

Permalink
make 2 days section a little easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Calabrese committed Jun 15, 2014
1 parent 678f813 commit e5d65e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
if (data.date.getTime() >= brush.extent()[0].getTime() && data.date.getTime() <= brush.extent()[1].getTime()) {
return 1;
} else {
return 0.4;
return 0.5;
}
}

Expand Down

0 comments on commit e5d65e3

Please sign in to comment.