fix suppressing some edit actions on certain views that were enables incorrectly

This commit is contained in:
Reinier Balt 2009-03-24 21:06:53 +01:00
parent 4f8132adc2
commit 1dca4747f3
4 changed files with 253 additions and 294 deletions

View file

@ -39,9 +39,7 @@
<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "context" } %>
<% 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
-%>