dates work again
This commit is contained in:
@@ -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
Reference in New Issue
Block a user