From 887be010bf1aa13580a36e6829b5690e03abfe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 9 Sep 2014 23:18:27 +0200 Subject: [stats] %d -> %m ... m( --- static/js/kosten.js | 2 +- static/js/kosten.ls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/kosten.js b/static/js/kosten.js index eea79dc..41bf30f 100644 --- a/static/js/kosten.js +++ b/static/js/kosten.js @@ -103,7 +103,7 @@ var df, time; df = Highcharts.dateFormat; time = this.x; - $.get(df('/stats/_const/%Y/%d', time), function(data){ + $.get(df('/stats/_const/%Y/%m', time), function(data){ $(data).dialog({ title: df('%B %Y', time) }); diff --git a/static/js/kosten.ls b/static/js/kosten.ls index 3327ff3..5362fb3 100644 --- a/static/js/kosten.ls +++ b/static/js/kosten.ls @@ -80,7 +80,7 @@ export statJS = jq !-> df = Highcharts.date-format time = @x - data <-! $.get df '/stats/_const/%Y/%d' time + data <-! $.get df '/stats/_const/%Y/%m' time $ data .dialog do title: df '%B %Y' time -- cgit v1.2.3