From cb612feb5e5f84c9c5346e3a224144e0c92f82f1 Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Sun, 21 Feb 2010 12:49:30 -0500 Subject: [PATCH] Fix regression in context listing that broke edit Not sure how I missed this...Thanks Reinier for finding it! Closes #996 --- app/views/contexts/_context_listing.rhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();" ) %>