app/assets/javascripts/chat.js.coffee
1ec65f29
 $().ready(->
43b171a9
   $(window).resize( ->
     App.UI.setAutoHeight()
   ).trigger('resize')
1ec65f29
 )