diff options
Diffstat (limited to '')
-rw-r--r-- | templates/stats/show.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/stats/show.jinja b/templates/stats/show.jinja index 76d1ff3..f57a119 100644 --- a/templates/stats/show.jinja +++ b/templates/stats/show.jinja @@ -4,7 +4,7 @@ {% block js %} {{ super() }} - <script type="text/javascript" src="{{ "js/highstock-1.3.9.js" | static_url }}"></script> + <script type="text/javascript" src="{{ "js/highstock-2.0.3.js" | static_url }}"></script> {% endblock %} {% block heading %} |