From 89c30a00a71988c8db632f8f3cc94ed241bdaa1f Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 1 Jan 2012 12:26:08 +0000 Subject: - Don't load jqueryui plugin, it's required now by default - Move datepicker's date format setting to the plugin --- program/js/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'program/js/app.js') 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(); -- cgit v1.2.3