mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
Merge pull request #2302 from jyruzicka/fix-2220
#2220: Use @original_item over other @original_item like instance variables
This commit is contained in:
commit
b01f027d8d
3 changed files with 42 additions and 51 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