Files
ProfessionalWebsite/Export/assets/js/theme.js
Alexander Davis c752004771 Export of whole site
Signed-off-by: Alexander Davis <alex@adcm.uk>
2025-12-14 13:11:11 +00:00

5 lines
118 B
JavaScript

document.querySelectorAll('.datepicker').forEach(function(field) {
var picker = new Pikaday({
field: field
});
});