Commit e6c20802 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

use scrollTop solution for both chrome & firefox

parent 063c4a06
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
scrollDown: -> scrollDown: ->
notes = $('ul.notes') notes = $('ul.notes')
$('body').scrollTop(notes.height()) $('body, html').scrollTop(notes.height())
initForm: -> initForm: ->
form = $('.wall-note-form') form = $('.wall-note-form')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment