Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
7865a7c80c95
Commit
e6c20802
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
use scrollTop solution for both chrome & firefox
parent
3212c9969223
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/wall.js.coffee
View file @
7865a7c8
...
...
@@ -45,7 +45,7 @@
scrollDown
:
->
notes
=
$
(
'ul.notes'
)
$
(
'body'
).
scrollTop
(
notes
.
height
())
$
(
'body
, html
'
).
scrollTop
(
notes
.
height
())
initForm
:
->
form
=
$
(
'.wall-note-form'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment