From 3cab9810fcecbae17414f37060f52c4dc4f4c6f0 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Fri, 31 May 2013 15:22:13 -0400 Subject: [PATCH] hehe --- app/views/performance/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/performance/index.html.erb b/app/views/performance/index.html.erb index 8ed2067..cde5e95 100644 --- a/app/views/performance/index.html.erb +++ b/app/views/performance/index.html.erb @@ -60,6 +60,7 @@ function drawChart2() { var data = google.visualization.arrayToDataTable([ ['Year', 'Score'], <% @perf.each do |p| %> + // Let's just hope this data isn't suspectible during later releases ;-) [ <%= "#{p.date_submitted}".inspect.html_safe %>, <%= p.score %> ], <% end %> ]);