diff --git a/program/js/app.js b/program/js/app.js index 1028b7764..55a479956 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5175,7 +5175,7 @@ function rcube_webmail() changeYear: true, yearRange: '-120:+10', showOtherMonths: true, - selectOtherMonths: true, + selectOtherMonths: true // onSelect: function(dateText) { $(this).focus().val(dateText); } }); $('input.datepicker').datepicker();