diff options
author | Mark Longair <mhl@pobox.com> | 2013-10-15 16:11:30 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-10-15 16:23:25 +0100 |
commit | 78b3f77968b3621f7f307b3f2764563f74c923c6 (patch) | |
tree | 9a29732956def867a1ae2abcd9172d2ea8e9469b /app | |
parent | 6ba0214f60304a19dc4a80855d57be74bf79bab6 (diff) |
Add (and use) minified versions of the Flot Javascript
Diffstat (limited to 'app')
-rw-r--r-- | app/views/public_body/statistics.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/statistics.html.erb b/app/views/public_body/statistics.html.erb index 992ec1fca..6ea253260 100644 --- a/app/views/public_body/statistics.html.erb +++ b/app/views/public_body/statistics.html.erb @@ -70,6 +70,6 @@ are due to him.") %></p> var graphs_data = <%= @graph_list.to_json.html_safe %>; </script> <!--[if lte IE 8]><%= javascript_include_tag 'excanvas.min.js' %><![endif]--> -<%= javascript_include_tag 'jquery.flot.js', 'jquery.flot.errorbars.js', 'jquery.flot.tickrotor.js', 'jquery.flot.axislabels.js', 'stats-graphs.js' %> +<%= javascript_include_tag 'jquery.flot.min.js', 'jquery.flot.errorbars.min.js', 'jquery.flot.tickrotor.min.js', 'jquery.flot.axislabels.min.js', 'stats-graphs.js' %> </div> |