diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-02-26 16:39:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-02-26 16:39:23 (GMT) |
commit | 6a987e5abe5e0301c5c54b84ecfc401a7c2fe9a9 (patch) | |
tree | 38c38295470c20c83d580bdd57dcc55aa1aefa93 /www | |
parent | 610dc51f74d4cee975ba575e012d447f84dcbb4c (diff) |
archiv files will only be available from 2015 onwards
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 0753b5d..3aad373 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/07/2014', + startDate: '01/01/2015', endDate: new Date() }); var $spinner = $('.spinner', this.$el); |