Skip to content

Commit 7783b02

Browse files
committed
Remove needless color variables in Stats
1 parent b2f27f2 commit 7783b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/views/stats/show.html.haml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103

104104
:javascript
105105
$(function(){
106-
var ac = "lightskyblue"; // Area Color
107-
var hc = "deepskyblue"; // Hover Color
108106
var areas = JSON.parse('#{@data_by_region.to_json}'.replace( /"/g, '"'));
109107
var dataByPref = JSON.parse('#{@data_by_prefecture.to_json}'.replace( /"/g, '"'));
110108

0 commit comments

Comments
 (0)