mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 07:18:49 +01:00
add in list instead of below
This commit is contained in:
parent
164cee695c
commit
32a573d60b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ function update_successor() {
|
|||
$('#c<%= @successor.context_id %>').fadeIn(500, function() {});
|
||||
$('#no_todos_in_view').slideUp(100);
|
||||
<% end -%>
|
||||
$('#<%=item_container_id(@successor)%>').append(html_for_new_successor());
|
||||
$('#<%=item_container_id(@successor)%>_items').append(html_for_new_successor());
|
||||
$('#<%= dom_id(@successor, 'line')%>').effect('highlight', {}, 2000 ); <%
|
||||
elsif @successor.deferred? -%>
|
||||
$('#<%= dom_id(@successor)%>').html(html_for_new_successor()); <%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue