diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-01 12:26:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-01 12:26:08 +0000 |
| commit | 478bb82147ab981fb9e30d1e721f0e45ff589a20 (patch) | |
| tree | 8522b548a195760c581735be31e56ed0158038ad /roundcubemail/program/js/app.js | |
| parent | c362e59647f1461d900963acfa1069bd65ee3a02 (diff) | |
- Don't load jqueryui plugin, it's required now by default
- Move datepicker's date format setting to the plugin
git-svn-id: https://svn.roundcube.net/trunk@5678 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 5e51cbbcb..be6ca8d7e 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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(); |
