summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2018-08-29 16:34:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2018-08-29 16:34:12 (GMT)
commitead48c22027623891da18ee9186a8f5edc217c52 (patch)
tree910019c881660fb11bcc9b18fc12aed8c8eb748e
parent313bd7999c729625fc240ef0c673de17856fb088 (diff)
archive is now available from 1.1.2011HEADmaster
-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 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);