summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-07-13 14:14:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-07-13 14:14:19 (GMT)
commit0a083ece89e62de67c0a8a2cce1df34a3d52746b (patch)
treedb1232484b826983f2c3fcd10a2e2ed61a7096cd
parentd94ed6d94676f259f4cda0f06cf27cc853a14bec (diff)
oldest archived show is no 1st of july 2015
-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 85d9323..a9ebf0d 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/2015',
+ startDate: '01/07/2015',
endDate: new Date()
});
var $spinner = $('.spinner', this.$el);