Skip to content

Commit

Permalink
Typo in CSS class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jroes authored and fredwu committed Aug 17, 2011
1 parent 43032fe commit 44001f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/concerns/editable.js.coffee
Expand Up @@ -3,7 +3,7 @@ jQuery ->
$('.inline_editable .editable').livequery(->
$(@).hide()
)
$('.inline_edtiable_container .mini_profile').live('mouseenter', ->
$('.inline_editable_container .mini_profile').live('mouseenter', ->
if $('.inline_editable .closable', @).length > 0
$('.inline_editable .closable', @).show()
else
Expand Down Expand Up @@ -108,7 +108,7 @@ jQuery ->
e.preventDefault()
)

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

edit_target = $(@).parent().parent()
Expand Down

0 comments on commit 44001f3

Please sign in to comment.