mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-19 15:36:10 +01:00
* Enable rich interaction on edit (to trigger autocompleter) * Don't try to reset autocomplete lists, since they come from the server now Fixes #1022
5 lines
222 B
Text
5 lines
222 B
Text
page << "TracksForm.toggle_overlay();"
|
|
page['new-recurring-todo'].hide
|
|
page['edit-recurring-todo'].replace_html :partial => 'recurring_todos/edit_form'
|
|
page['edit-recurring-todo'].show
|
|
page << "enable_rich_interaction();"
|