@recras/online-booking-js 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/changelog.md +3 -0
- package/dist/onlinebooking.js +2 -2
- package/dist/onlinebooking.min.js +1 -1
- package/package.json +1 -1
- package/src/booking.js +1 -1
- package/src/contactForm.js +1 -1
- package/error_messages.patch +0 -2409
package/package.json
CHANGED
package/src/booking.js
CHANGED
package/src/contactForm.js
CHANGED
|
@@ -344,7 +344,7 @@ class RecrasContactForm {
|
|
|
344
344
|
return label + `<input type="number" ${ fixedAttributes } min="1">`;
|
|
345
345
|
case 'boeking.starttijd':
|
|
346
346
|
placeholder = this.languageHelper.translate('TIME_FORMAT');
|
|
347
|
-
return label + `<input type="time" ${ fixedAttributes } placeholder="${ placeholder }" pattern="${ timePattern }"
|
|
347
|
+
return label + `<input type="time" ${ fixedAttributes } placeholder="${ placeholder }" pattern="${ timePattern }">`;
|
|
348
348
|
case 'boeking.arrangement':
|
|
349
349
|
const preFilledPackage = this.options.getPackageId();
|
|
350
350
|
if (field.verplicht && this.packages.length === 1) {
|