diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 06:23:18 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 06:23:18 +0000 |
commit | 5d9f88a89ac15608edbc1f7076409108368c6028 (patch) | |
tree | 05483704ca0cff2b771621d40732039ce22bd54e /js/lib | |
parent | 9791ab58670f07eae1dfe7f6f96150872bfff435 (diff) | |
download | elgg-5d9f88a89ac15608edbc1f7076409108368c6028.tar.gz elgg-5d9f88a89ac15608edbc1f7076409108368c6028.tar.bz2 |
Fixes #2321: Deprecated input/datepicker and output/calendar in favor of input/date and output/date
git-svn-id: http://code.elgg.org/elgg/trunk@8582 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'js/lib')
-rw-r--r-- | js/lib/ui.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/ui.js b/js/lib/ui.js index 3118bb408..6da7e7470 100644 --- a/js/lib/ui.js +++ b/js/lib/ui.js @@ -19,6 +19,8 @@ elgg.ui.init = function () { $('.elgg-like-toggle').live('click', elgg.ui.toggleLikes); $('.elgg-requires-confirmation').live('click', elgg.ui.requiresConfirmation); + + $('.elgg-input-date').datepicker(); } /** |