use scrollTop solution for both chrome & firefox
This commit is contained in:
parent
063c4a069c
commit
e6c2080214
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue