mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
fix #1160 by increasing the fadeout from 5 to 8 seconds which is more consistent with other flash messages
This commit is contained in:
parent
efa12e6695
commit
dff0ace1a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue