Fix: restore parameters, needed for save in place

This commit is contained in:
Regis Houssin 2017-10-10 10:07:52 +02:00
parent 9ff0855812
commit 4530f94fa6

View File

@ -119,7 +119,9 @@ $(document).ready(function() {
$.datepicker.setDefaults({
autoSize: true,
changeMonth: true,
changeYear: true
changeYear: true,
altField: '#timestamp',
altFormat: '@' // Gives a timestamp dateformat
});
});