Fix: restore parameters, needed for save in place
This commit is contained in:
parent
9ff0855812
commit
4530f94fa6
@ -119,7 +119,9 @@ $(document).ready(function() {
|
||||
$.datepicker.setDefaults({
|
||||
autoSize: true,
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
changeYear: true,
|
||||
altField: '#timestamp',
|
||||
altFormat: '@' // Gives a timestamp dateformat
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user