summaryrefslogtreecommitdiff
path: root/templates/stats/show.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/stats/show.jinja7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/stats/show.jinja b/templates/stats/show.jinja
index 1de1dcc..859a80b 100644
--- a/templates/stats/show.jinja
+++ b/templates/stats/show.jinja
@@ -1,12 +1,7 @@
{% extends "layout.jinja" %}
{% set JSFunction = "statJS" %}
-
-{% block js %}
- {{ super() }}
- <script type="text/javascript" src="{{ "js/highstock-2.1.5.js" | static_url }}"></script>
- <script type="text/javascript" src="{{ "jqueryui/jquery-ui.js" | static_url }}"></script>
-{% endblock %}
+{% set additionalJS = ["highstock", "jqueryui"] %}
{% block style %}
{{ super() }}