dates work again

This commit is contained in:
2024-12-11 22:51:17 -08:00
parent 40fee3ad74
commit aaeafae871
4 changed files with 30 additions and 10 deletions

View File

@@ -124,6 +124,7 @@ initDatepicker = function(elem) {
console.log('datepicker in modal')
return new Datepicker(elem, {format: "mm/dd/yyyy", autohide: true, container: "#modal-content .modal-card"});
} else {
console.log('datepicker normal')
return new Datepicker(elem, {format: "mm/dd/yyyy", autohide: true});
}

File diff suppressed because one or more lines are too long