From 9e525cbde5abd9c0f47ba563a6899d29291d69d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 17 Jan 2014 00:38:21 +0100 Subject: [] instead of null --- 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 f4f2730..dbf1efe 100644 --- a/static/js/kosten.js +++ b/static/js/kosten.js @@ -105,7 +105,7 @@ enabled: false }, rangeSelector: { - buttons: null, + buttons: [], inputDateFormat: "%d. %b %Y", inputEditDateFormat: "%d.%m.%Y", inputDateParser: function(value){ diff --git a/static/js/kosten.ls b/static/js/kosten.ls index acfb38f..5312a9a 100644 --- a/static/js/kosten.ls +++ b/static/js/kosten.ls @@ -75,7 +75,7 @@ export statJS = jq -> title: text: null credits: enabled: false rangeSelector: - buttons: null + buttons: [] inputDateFormat: "%d. %b %Y" inputEditDateFormat: "%d.%m.%Y" inputDateParser: (value) -> -- cgit v1.2.3