Re-enable rich interaction on todo edit

Fixes #1008, Fixes #1007
This commit is contained in:
Eric Allen 2010-03-14 12:23:28 -04:00
parent fe978e350e
commit 2b7d5e7a89

View file

@ -2,3 +2,4 @@ page[dom_id(@todo, 'form')].find('.placeholder').show().replace_html :partial =>
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();"