diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-08-29 16:34:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-08-29 16:34:12 (GMT) |
commit | ead48c22027623891da18ee9186a8f5edc217c52 (patch) | |
tree | 910019c881660fb11bcc9b18fc12aed8c8eb748e /www | |
parent | 313bd7999c729625fc240ef0c673de17856fb088 (diff) |
Diffstat (limited to 'www')
-rw-r--r-- | www/js/importer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/importer.js b/www/js/importer.js index 9a4e339..90055a0 100644 --- a/www/js/importer.js +++ b/www/js/importer.js @@ -156,7 +156,7 @@ Rdxport.Importer.prototype.openModal = function(group, groupView, cartNumber, us this.$datepicker = $('.datepicker', this.$el).datepicker({ format: "dd.mm.yyyy", language: "de", - startDate: '01/01/2016', + startDate: '01/01/2011', endDate: new Date() }); var $spinner = $('.spinner', this.$el); |