| @@ -202,7 +202,7 @@ function changeDelivery(fp) { | |||||
| // If Abendzustellung date is not in DPD range | // If Abendzustellung date is not in DPD range | ||||
| setDateSelected(); | setDateSelected(); | ||||
| } | } | ||||
| $(".flatpickr-hour").val('01'); | |||||
| $(".flatpickr-hour").val('00'); | |||||
| } | } | ||||
| } else { | } else { | ||||
| console.log("DPD AT"); | console.log("DPD AT"); | ||||
| @@ -217,7 +217,7 @@ function changeDelivery(fp) { | |||||
| // If Abendzustellung or DPD DE date is not in DPD AT range | // If Abendzustellung or DPD DE date is not in DPD AT range | ||||
| setDateSelected(); | setDateSelected(); | ||||
| } | } | ||||
| $(".flatpickr-hour").val('01'); | |||||
| $(".flatpickr-hour").val('00'); | |||||
| } | } | ||||
| } | } | ||||
| @@ -202,7 +202,7 @@ function changeDelivery(fp) { | |||||
| // If Abendzustellung date is not in DPD range | // If Abendzustellung date is not in DPD range | ||||
| setDateSelected(); | setDateSelected(); | ||||
| } | } | ||||
| $(".flatpickr-hour").val('01'); | |||||
| $(".flatpickr-hour").val('00'); | |||||
| } | } | ||||
| } else { | } else { | ||||
| console.log("DPD AT"); | console.log("DPD AT"); | ||||
| @@ -217,7 +217,7 @@ function changeDelivery(fp) { | |||||
| // If Abendzustellung or DPD DE date is not in DPD AT range | // If Abendzustellung or DPD DE date is not in DPD AT range | ||||
| setDateSelected(); | setDateSelected(); | ||||
| } | } | ||||
| $(".flatpickr-hour").val('01'); | |||||
| $(".flatpickr-hour").val('00'); | |||||
| } | } | ||||
| } | } | ||||