1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Remove datepicker

This commit is contained in:
Yassine Guedidi 2025-02-19 22:59:50 +01:00
parent fd2a86e43a
commit 3bdd5713de
2 changed files with 2 additions and 10 deletions

View file

@ -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({