From 6a987e5abe5e0301c5c54b84ecfc401a7c2fe9a9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 26 Feb 2017 17:39:23 +0100 Subject: archiv files will only be available from 2015 onwards 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); -- cgit v0.10.2