fix calendar

This commit is contained in:
jr-k 2024-07-19 11:04:55 +02:00
parent cf6372f45d
commit 27e16052e7

View File

@ -23,7 +23,7 @@ jQuery(document).ready(function ($) {
}; };
if (timeOnly) { if (timeOnly) {
options['noCalendar'] = true; // options['noCalendar'] = true;
} }
$el.flatpickr(options); $el.flatpickr(options);