Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fredwu/angel_nest
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfly committed Jul 16, 2011
2 parents f7b40c8 + 5f2752c commit 622453d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/concerns/editable.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jQuery ->
)

$('.inline_edtiable_container').delegate('form', 'submit', ->
return true if $(@).parents('.follow_button').length > 0

inline_popup = $(@).parent().hasClass('inline_popup')
edit_target = $(@).parent().parent()
target_link = edit_target.data('target_link')
Expand Down

0 comments on commit 622453d

Please sign in to comment.