From c941c29b7a212dbe17801649a2fdaac6b065799a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 9 Sep 2014 13:29:13 +0200 Subject: Fix Javascript --- static/js/kosten.ls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static/js/kosten.ls') diff --git a/static/js/kosten.ls b/static/js/kosten.ls index 26bd3b6..52996d6 100644 --- a/static/js/kosten.ls +++ b/static/js/kosten.ls @@ -78,10 +78,11 @@ export statJS = jq !-> const-dialog = !-> df = Highcharts.date-format + time = @x - data <-! $.get df '/stats/_const/%Y/%d' @x + data <-! $.get df '/stats/_const/%Y/%d' time $ data .dialog do - title: df '%B %Y' @x + title: df '%B %Y' time <-! $ \.stats .each -- cgit v1.2.3