Show datepicker on todo edit fields

This commit is contained in:
Eric Allen 2009-10-01 22:23:16 -04:00
parent 83b17d2231
commit a04976e9ac

View file

@ -68,7 +68,7 @@ module TodosHelper
end
def todo_stop_waiting_js(todo)
return "$('##{dom_id(todo)}').unblock();"
return "$('##{dom_id(todo)}').unblock();$('input.Date').datepicker();"
end
def image_tag_for_recurring_todo(todo)