From d66ef2928b913b6eccb0ab05c95996dbea922773 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 1 May 2016 14:32:19 +0200 Subject: Overhaul js handling --- templates/expenses/show.jinja | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'templates/expenses/show.jinja') diff --git a/templates/expenses/show.jinja b/templates/expenses/show.jinja index e6c40de..59da032 100644 --- a/templates/expenses/show.jinja +++ b/templates/expenses/show.jinja @@ -2,11 +2,7 @@ {% from "macros.jinja" import left_arrow, right_arrow, colorize %} {% set JSFunction = "showJS" %} - -{% block js %} - {{ super() }} - -{% endblock %} +{% set additionalJS = "highstock" %} {% block heading %} {% if exps | length > 1 %} -- cgit v1.2.3-54-g00ecf