diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2014-01-17 00:38:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2014-01-17 00:38:21 +0100 |
commit | 9e525cbde5abd9c0f47ba563a6899d29291d69d3 (patch) | |
tree | 6fa4284d5d646400c1e36cff40cf43baa436d089 /static | |
parent | 7dc8868361e0f174e211c9a3d158082df5c21a3c (diff) | |
download | kosten-9e525cbde5abd9c0f47ba563a6899d29291d69d3.tar.gz kosten-9e525cbde5abd9c0f47ba563a6899d29291d69d3.tar.bz2 kosten-9e525cbde5abd9c0f47ba563a6899d29291d69d3.zip |
[] instead of null
Diffstat (limited to '')
-rw-r--r-- | static/js/kosten.js | 2 | ||||
-rw-r--r-- | 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) -> |