Fix regression in context listing that broke edit

Not sure how I missed this...Thanks Reinier for finding it!

Closes #996
This commit is contained in:
Eric Allen 2010-02-21 12:49:30 -05:00
parent 61eb6aeb6a
commit cb612feb5e

View file

@ -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();"
) %>
</div>
</div>