From fbec49a663a1aaf141f19653601abc721a5b2c43 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Oct 2019 11:43:10 +0200 Subject: [PATCH] =?UTF-8?q?-=20bugfix:=20parking=20&=20zur=C3=BCckstellen?= =?UTF-8?q?=20datepicker:=20current=20day=20cannot=20be=20selected,=20beca?= =?UTF-8?q?use=20default=20time=20is=2000:00,=20and=20it=20would=20be=20im?= =?UTF-8?q?mediately=20exceeded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/infocenter/infocenterDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/infocenter/infocenterDetails.js b/public/js/infocenter/infocenterDetails.js index b99d28993..0bcb88124 100644 --- a/public/js/infocenter/infocenterDetails.js +++ b/public/js/infocenter/infocenterDetails.js @@ -933,7 +933,7 @@ var InfocenterDetails = { $("#postponedate").datepicker({ "dateFormat": "dd.mm.yy", - "minDate": 0 + "minDate": 1 }); $("#parklink").click(