-<%= link_to_function("Add a next action »",
- "Element.toggle('todo_new_action');Form.focusFirstElement('todo-form-new-action');",
- {:title => "Add a next action", :accesskey => "n"}) %>
+
+ <%= link_to_function("Add a next action »",
+ "todoItems.showNewActionForm();return false;",
+ {:title => "Add a next action"}) %>
+
\ No newline at end of file
diff --git a/tracks/app/views/todos/completed.rhtml b/tracks/app/views/todos/completed.rhtml
index 2086db79..72b9eb15 100644
--- a/tracks/app/views/todos/completed.rhtml
+++ b/tracks/app/views/todos/completed.rhtml
@@ -2,21 +2,21 @@
You have completed <%= pluralize @done_today.length, 'action' %> so far today.