diff options
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 d43c4b2..42cb174 100644 --- a/www/js/importer.js +++ b/www/js/importer.js @@ -152,7 +152,7 @@ Rdxport.Importer.prototype.openModal = function(group, groupView, cartNumber, us var $datepicker = $('.datepicker', this.$el).datepicker({ format: "dd.mm.yyyy", language: "de", - startDate: '01/01/2014', + startDate: '01/07/2014', endDate: new Date() }); var $spinner = $('.spinner', this.$el); |