From 5d9f88a89ac15608edbc1f7076409108368c6028 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 5 Mar 2011 06:23:18 +0000 Subject: 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 --- js/lib/ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/lib') 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(); } /** -- cgit v1.2.3