Skip to content

Commit

Permalink
Fix: restore parameters, needed for save in place
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Oct 10, 2017
1 parent 9ff0855 commit 4530f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/js/datepicker.js.php
Expand Up @@ -119,7 +119,9 @@
$.datepicker.setDefaults({
autoSize: true,
changeMonth: true,
changeYear: true
changeYear: true,
altField: '#timestamp',
altFormat: '@' // Gives a timestamp dateformat
});
});

Expand Down

0 comments on commit 4530f94

Please sign in to comment.