summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/js/kosten.js2
-rw-r--r--static/js/kosten.ls2
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