Skip to content

Commit

Permalink
dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Landden committed Feb 3, 2013
1 parent 7b9a71c commit b81a759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/counties-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function addOverlay(house) {
$("#mouseinfo").html(d.properties.name + "<br/>" +
"$/eligible: " + layer_data[d.properties.district]["moneypereligiblevoter"] + "<br/>" +
"# Contributions: " + layer_data[d.properties.district]["nocontributions"] + "<br/>" +
"Total $ spent: $" + layer_data[d.properties.district]["totalmoneyspent"] + "<br/>" +
"Total spent: $" + layer_data[d.properties.district]["totalmoneyspent"] + "<br/>" +
"Votes/eligible: " + vpe + "%" + "<br/>" +
"Votes/registered: " + vpr + "%"
);
Expand Down

0 comments on commit b81a759

Please sign in to comment.