mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 07:18:49 +01:00
fix project page for new menus where empty projects would call behaviors that were removed
This commit is contained in:
parent
9baa8ad032
commit
90dc9a63aa
1 changed files with 0 additions and 2 deletions
|
|
@ -26,9 +26,7 @@
|
|||
<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "project" } %>
|
||||
<% if @not_done.empty?
|
||||
# fix (hack) for #713
|
||||
set_behavior_for_delete_icon
|
||||
set_behavior_for_star_icon
|
||||
set_behavior_for_edit_icon
|
||||
set_behavior_for_toggle_checkbox
|
||||
end
|
||||
-%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue