forked from wallabag/wallabag
.pickadate() to .datepicker()
This commit is contained in:
@ -281,7 +281,7 @@ $(document).ready(() => {
|
|||||||
$('.collapsible[data-collapsible="expandable"]').collapsible({
|
$('.collapsible[data-collapsible="expandable"]').collapsible({
|
||||||
accordion: false,
|
accordion: false,
|
||||||
});
|
});
|
||||||
$('.datepicker').pickadate({
|
$('.datepicker').datepicker({
|
||||||
selectMonths: true,
|
selectMonths: true,
|
||||||
selectYears: 15,
|
selectYears: 15,
|
||||||
formatSubmit: 'yyyy-mm-dd',
|
formatSubmit: 'yyyy-mm-dd',
|
||||||
|
|||||||
Reference in New Issue
Block a user