mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 12:08:47 +01:00
Remove @original_item_due_id
Remove one last @original_item_due_id from app/views/todos/destroy.js.erb
This commit is contained in:
parent
c66ce02cb6
commit
4ea94152c4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
function show_empty_messages() {
|
||||
<% if @old_due_empty -%>
|
||||
$('#empty_<%=@original_item_due_id%>').slideDown(1000);
|
||||
$('#empty_<%=get_due_id_for_calendar(@original_item.due)%>').slideDown(1000);
|
||||
<% end -%>
|
||||
|
||||
<% if todo_container_is_empty -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue