mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 12:08:47 +01:00
add completed actions to the top of the completed-items container instead of bottom. From #1148
This commit is contained in:
parent
4658ca8655
commit
423926337d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function remove_todo(next_steps) {
|
|||
|
||||
function add_to_completed_container(next_steps) {
|
||||
<% unless current_user.prefs.hide_completed_actions? -%>
|
||||
$('#<%= item_container_id(@todo) %>').append(html_for_todo());
|
||||
$('#<%= item_container_id(@todo) %>').prepend(html_for_todo());
|
||||
$("#empty-d").slideUp(100);
|
||||
highlight_updated_todo(next_steps);
|
||||
<% end -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue