beginning on new journal entry
This commit is contained in:
@@ -121,6 +121,7 @@ htmx.defineExtension('trigger-filter', {
|
||||
initDatepicker = function(elem) {
|
||||
const modalParent = elem.closest('#modal-content');
|
||||
if (modalParent) {
|
||||
console.log('datepicker in modal')
|
||||
return new Datepicker(elem, {format: "mm/dd/yyyy", autohide: true, container: "#modal-content .modal-card"});
|
||||
} else {
|
||||
return new Datepicker(elem, {format: "mm/dd/yyyy", autohide: true});
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user