diff options
Diffstat (limited to '')
-rw-r--r-- | templates/expenses/show.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expenses/show.jinja b/templates/expenses/show.jinja index 86f513d..6cc4ed0 100644 --- a/templates/expenses/show.jinja +++ b/templates/expenses/show.jinja @@ -5,7 +5,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 %} |