summaryrefslogtreecommitdiff
path: root/static/js/kosten.ls
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/kosten.ls')
-rw-r--r--static/js/kosten.ls5
1 files changed, 3 insertions, 2 deletions
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