From dff0ace1a1f257e5540288fc4961eaaee011976c Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 1 May 2011 15:12:40 +0200 Subject: [PATCH] fix #1160 by increasing the fadeout from 5 to 8 seconds which is more consistent with other flash messages --- app/views/todos/create.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/create.js.erb b/app/views/todos/create.js.erb index c8b22407..4df36032 100644 --- a/app/views/todos/create.js.erb +++ b/app/views/todos/create.js.erb @@ -1,5 +1,5 @@ <% if @saved -%> - TracksPages.page_notify('notice', "<%=escape_javascript @status_message%>", 5); + TracksPages.page_notify('notice', "<%=escape_javascript @status_message%>", 8); TracksPages.hide_errors(); TracksPages.set_page_badge(<%= @down_count %>); <% if should_show_new_item -%>