Skip to content

Commit

Permalink
Merge pull request #67 from SpencerCooley/master
Browse files Browse the repository at this point in the history
took out the rb-readline gem
  • Loading branch information
fusion94 committed Feb 11, 2013
2 parents a0b07b5 + 30d8fd3 commit 688b52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -21,7 +21,7 @@ gem 'aws-sdk'
gem 'paperclip'
gem 'remotipart'
gem 'jquery-rails'
gem 'rb-readline'

# Making the world a better, more stable place
gem 'airbrake'

Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/backbone/views/chatbox.js.coffee
Expand Up @@ -37,7 +37,7 @@ class Kandan.Views.Chatbox extends Backbone.View
)

$("#activity-c#{model.cid}").attr("id", "activity-#{model.get('id')}")
$scrollbox = $(event.target).parent().find(".paginated-activities")
$scrollbox = $('.channels-pane')
$scrollbox.prop("scrollTop", $scrollbox.prop('scrollHeight'))
})

Expand Down

0 comments on commit 688b52a

Please sign in to comment.