use scrollTop solution for both chrome & firefox

5-0-stable
Dmitriy Zaporozhets 2013-03-19 15:04:58 +02:00
parent 063c4a069c
commit e6c2080214
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
scrollDown: ->
notes = $('ul.notes')
$('body').scrollTop(notes.height())
$('body, html').scrollTop(notes.height())
initForm: ->
form = $('.wall-note-form')