FIX: Firefox j/k post navigation is inconsistent

https://meta.discourse.org/t/j-k-navigation-in-lengthy-topics/18945
This commit is contained in:
cpradio
2014-08-30 08:59:08 -04:00
parent 4aec030cb6
commit 37639308c0

View File

@@ -211,7 +211,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
// if nothing is selected go to the first post on screen
if ($selected.length === 0) {
var scrollTop = $('body').scrollTop();
var scrollTop = $(document).scrollTop();
index = 0;
$articles.each(function(){