From b81a759ab917d6b881bbd8ec6e3255b50d97bd1a Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Sun, 3 Feb 2013 12:04:14 -0800 Subject: [PATCH] dollar sign --- public/js/counties-overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/counties-overlay.js b/public/js/counties-overlay.js index 6c87c19..76f27b6 100644 --- a/public/js/counties-overlay.js +++ b/public/js/counties-overlay.js @@ -26,7 +26,7 @@ function addOverlay(house) { $("#mouseinfo").html(d.properties.name + "
" + "$/eligible: " + layer_data[d.properties.district]["moneypereligiblevoter"] + "
" + "# Contributions: " + layer_data[d.properties.district]["nocontributions"] + "
" + - "Total $ spent: $" + layer_data[d.properties.district]["totalmoneyspent"] + "
" + + "Total spent: $" + layer_data[d.properties.district]["totalmoneyspent"] + "
" + "Votes/eligible: " + vpe + "%" + "
" + "Votes/registered: " + vpr + "%" );