diff --git a/raspberry/python/templates/data_graph.html.j2 b/raspberry/python/templates/data_graph.html.j2 index 42a3abc..6b2cc10 100644 --- a/raspberry/python/templates/data_graph.html.j2 +++ b/raspberry/python/templates/data_graph.html.j2 @@ -4,7 +4,6 @@ {% block styles %} {{super()}} {{ css_resources|safe }} - {{ js_resources|safe }} {% endblock %} {% block content %} @@ -48,6 +47,7 @@ +{{ js_resources|safe }} {{ plot_script|safe }} {% endblock %}