summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-11-23 13:47:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-11-23 13:47:36 (GMT)
commit7bf328b4f8ad5bf393072b3a75bd011633b5f4ee (patch)
tree069a18e9d635e5c79f35435e465183471deba9d8
parent0a083ece89e62de67c0a8a2cce1df34a3d52746b (diff)
hot archive starts at 1.1.2016 now
-rw-r--r--www/js/importer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/importer.js b/www/js/importer.js
index a9ebf0d..9a4e339 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/2015',
+ startDate: '01/01/2016',
endDate: new Date()
});
var $spinner = $('.spinner', this.$el);