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 bef47be commit 11eef3cCopy full SHA for 11eef3c
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