mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
Show datepicker on todo edit fields
This commit is contained in:
parent
83b17d2231
commit
a04976e9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue