提交 e6c20802 编写于 作者: D Dmitriy Zaporozhets

use scrollTop solution for both chrome & firefox

上级 063c4a06
......@@ -45,7 +45,7 @@
scrollDown: ->
notes = $('ul.notes')
$('body').scrollTop(notes.height())
$('body, html').scrollTop(notes.height())
initForm: ->
form = $('.wall-note-form')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册