diff options
Diffstat (limited to '')
-rw-r--r-- | templates/expenses/show.jinja | 2 | ||||
-rw-r--r-- | templates/stats/show.jinja | 2 |
2 files changed, 2 insertions, 2 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 %} 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 %} |