diff --git a/app/views/dashboard/_progress_map.html.erb b/app/views/dashboard/_progress_map.html.erb index 2f04930f..9faf54e9 100644 --- a/app/views/dashboard/_progress_map.html.erb +++ b/app/views/dashboard/_progress_map.html.erb @@ -69,10 +69,10 @@ if (progress >= 10) return '#d4a574'; if (progress > 0) return '#8b4513'; return '#e5e5e5'; + } - -
Interactive map requires D3.js. See detailed progress below.
';