'use strict'; (function () { const flatpickrDate = document.querySelector('.flatpickr-date'); if (flatpickrDate) { flatpickrDate.flatpickr({ monthSelectorType: 'static' }); } })();