mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-15 13:48:51 +01:00
5 lines
No EOL
273 B
Text
5 lines
No EOL
273 B
Text
page[dom_id(@todo, 'form')].find('.placeholder').show().replace_html :partial => 'todos/edit_form'
|
|
page[dom_id(@todo, 'edit')].show
|
|
page[dom_id(@todo, 'line')].hide
|
|
page[dom_id(@todo, 'form')].find('input#todo_description').show().focus
|
|
page << "enable_rich_interaction();" |