mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 07:48:50 +01:00
sort after editing an action
This commit is contained in:
parent
0b00f36c60
commit
eb7b1e9ab6
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ add_to_existing_container: function(next_steps) {
|
|||
},
|
||||
replace_todo: function(next_steps) {
|
||||
$('#<%= dom_id(@todo) %>').replaceWith(<%=object_name%>.html_for_todo());
|
||||
TracksPages.sort_container($('#<%= item_container_id(@todo) %>_items'));
|
||||
next_steps.go();
|
||||
},
|
||||
hide_container: function(next_steps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue