From de5eeae4dd4a25c5abf1418ded6509cfce919f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 13 Oct 2021 00:53:43 +0200 Subject: Revert "Remove left over mention of jquery-ui" This reverts commit a160280d8444e5c8ce1675bc667687c6239b0b01. --- kosten/templates/stats/show.jinja | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kosten/templates/stats/show.jinja b/kosten/templates/stats/show.jinja index ac271ac..1a2614e 100644 --- a/kosten/templates/stats/show.jinja +++ b/kosten/templates/stats/show.jinja @@ -1,7 +1,12 @@ {% extends "layout.jinja" %} {% set JSFunction = "statJS" %} -{% set additionalJS = ["highstock"] %} +{% set additionalJS = ["highstock", "jqueryui"] %} + +{% block style %} + {{ super() }} + +{% endblock %} {% block heading %} Statistiken -- cgit v1.2.3