diff options
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 5e51cbbcb..be6ca8d7e 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4200,7 +4200,6 @@ function rcube_webmail() yearRange: '-100:+10', showOtherMonths: true, selectOtherMonths: true, - monthNamesShort: this.env.month_names, onSelect: function(dateText) { $(this).focus().val(dateText) } }); $('input.datepicker').datepicker(); |