From c4ef04af4d54f4b21dc85718a7e18a2ce63b2967 Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Sun, 29 Nov 2009 21:12:00 -0500 Subject: [PATCH] Forgot to put back rich interaction there --- app/views/todos/add_predecessor.js.rjs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/todos/add_predecessor.js.rjs b/app/views/todos/add_predecessor.js.rjs index b54c8c97..dfe73a7d 100644 --- a/app/views/todos/add_predecessor.js.rjs +++ b/app/views/todos/add_predecessor.js.rjs @@ -19,6 +19,7 @@ if @saved :pending => @todo.project.pending_todos } end + page << 'enable_rich_interaction();' page.notify :notice, status_message, 5.0 else page.replace_html "status", content_tag("div", content_tag("h2", "Unable to add dependency"), "id" => "errorExplanation", "class" => "errorExplanation")