diff options
Diffstat (limited to 'templates/stats/show.jinja')
-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 53985a7..1de1dcc 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-2.0.3.js" | static_url }}"></script> + <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 %} |