summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-01 12:26:08 +0000
committeralecpl <alec@alec.pl>2012-01-01 12:26:08 +0000
commit89c30a00a71988c8db632f8f3cc94ed241bdaa1f (patch)
tree3c63912f3f23a9ba9fa761c32541918e92ada21f /program/js
parent5b5ed46815b48590d96ee0a2ec1e6b39ca9c413d (diff)
- Don't load jqueryui plugin, it's required now by default
- Move datepicker's date format setting to the plugin
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js1
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();