diff options
Diffstat (limited to 'www/js')
-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); |