diff --git a/assets/index.js b/assets/index.js index cf6479a08..700ff228b 100755 --- a/assets/index.js +++ b/assets/index.js @@ -279,14 +279,6 @@ $(document).ready(() => { $('.collapsible[data-collapsible="expandable"]').collapsible({ accordion: false, }); - $('.datepicker').datepicker({ - selectMonths: true, - selectYears: 15, - formatSubmit: 'yyyy-mm-dd', - hiddenName: false, - format: 'yyyy-mm-dd', - container: 'body', - }); $('.dropdown-trigger').dropdown({ hover: false }); $('.dropdown-trigger[data-covertrigger="false"][data-constrainwidth="false"]').dropdown({ diff --git a/templates/Entry/entries.html.twig b/templates/Entry/entries.html.twig index 79c78652c..748816c20 100644 --- a/templates/Entry/entries.html.twig +++ b/templates/Entry/entries.html.twig @@ -224,11 +224,11 @@