mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 01:38:50 +01:00
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:
parent
61eb6aeb6a
commit
cb612feb5e
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue