fix calendar
This commit is contained in:
parent
cf6372f45d
commit
27e16052e7
@ -23,7 +23,7 @@ jQuery(document).ready(function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (timeOnly) {
|
if (timeOnly) {
|
||||||
options['noCalendar'] = true;
|
// options['noCalendar'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$el.flatpickr(options);
|
$el.flatpickr(options);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user