We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2601ae2 commit 4fd42e0Copy full SHA for 4fd42e0
app/assets/javascripts/application.js
@@ -171,7 +171,7 @@ $(document)
171
return false;
172
})
173
.bind("keypress", "shift+g", function() {
174
- $("html,body").animate({ scrollTop: $("body").attr("scrollHeight") }, 500);
+ $("html,body").animate({ scrollTop: document.body.offsetHeight }, 500);
175
176
177
.bind("keypress", "shift+?", function() {
0 commit comments