diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-07-22 23:42:30 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-07-22 23:42:30 +0200 |
commit | a160280d8444e5c8ce1675bc667687c6239b0b01 (patch) | |
tree | 2e2c8ef224ab3745fee62e12d67f34f889b5e3a3 /templates/stats/show.jinja | |
parent | 46ed45652725154582192ac66bc18f88c11b915f (diff) | |
download | kosten-a160280d8444e5c8ce1675bc667687c6239b0b01.tar.gz kosten-a160280d8444e5c8ce1675bc667687c6239b0b01.tar.bz2 kosten-a160280d8444e5c8ce1675bc667687c6239b0b01.zip |
Remove left over mention of jquery-ui
Diffstat (limited to '')
-rw-r--r-- | templates/stats/show.jinja | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/stats/show.jinja b/templates/stats/show.jinja index 1a2614e..ac271ac 100644 --- a/templates/stats/show.jinja +++ b/templates/stats/show.jinja @@ -1,12 +1,7 @@ {% extends "layout.jinja" %} {% set JSFunction = "statJS" %} -{% set additionalJS = ["highstock", "jqueryui"] %} - -{% block style %} - {{ super() }} - <link href="{{ "jqueryui/css/ui-darkness/jquery-ui.css" | static_url }}" rel="stylesheet" type="text/css"> -{% endblock %} +{% set additionalJS = ["highstock"] %} {% block heading %} Statistiken |