parent
commit
f0ca72d9a2
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +2
    -2
      zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set1.js
  2. +2
    -2
      zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set2.js

+ 2
- 2
zenitPlatformAtmosSet1/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set1.js Vedi File

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



+ 2
- 2
zenitPlatformAtmosSet2/src/Resources/app/storefront/dist/storefront/js/zenit-platform-atmos-set2.js Vedi File

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



Caricamento…
Annulla
Salva