diff --git a/app/views/contexts/_context_listing.rhtml b/app/views/contexts/_context_listing.rhtml index ce616d16..f8c80b48 100644 --- a/app/views/contexts/_context_listing.rhtml +++ b/app/views/contexts/_context_listing.rhtml @@ -35,8 +35,7 @@ :method => 'get', :with => "'_source_view=#{@source_view}'", :before => "$('#{dom_id(context)}').block({message:null});", - :complete => "$('#{dom_id(context)}').unblock();", - :html => { :id => dom_id(context, 'edit') } + :complete => "$('#{dom_id(context)}').unblock();" ) %>