diff --git a/app/views/layouts/new_application.html.haml b/app/views/layouts/new_application.html.haml index 7a90a8c78..19c5bc700 100644 --- a/app/views/layouts/new_application.html.haml +++ b/app/views/layouts/new_application.html.haml @@ -37,6 +37,7 @@ = render partial: "layouts/mailjet_newsletter" = javascript_include_tag "application", "data-turbolinks-track" => true + = yield :charts_js - if Rails.env == "test" %script{ :type => "text/javascript" } (typeof jQuery !== "undefined") && (jQuery.fx.off = true); diff --git a/config/initializers/chartkick.rb b/config/initializers/chartkick.rb new file mode 100644 index 000000000..20cc32bc9 --- /dev/null +++ b/config/initializers/chartkick.rb @@ -0,0 +1 @@ +Chartkick.options[:content_for] = :charts_js