fix #1160 by increasing the fadeout from 5 to 8 seconds which is more consistent with other flash messages

This commit is contained in:
Reinier Balt 2011-05-01 15:12:40 +02:00
parent efa12e6695
commit dff0ace1a1

View file

@ -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 -%>