summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-12 23:12:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-12 23:12:14 +0200
commite1f99b557d551e85fdd7231a02e36b4ed317a4d5 (patch)
tree6858e7a4c8becbb97432dd206a466e6a37f1c15a /js/build/app.js
parent12d0d0f4e699fc6de228e5b4eb994276b34324a3 (diff)
Revert "also make go to previous article shortcuts fuzzier, #847"
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index ac100e3ab..002587df6 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2444,7 +2444,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
items.each(function (index, item) {
item = $(item);
- if ((item.position().top + 10) >= 0) {
+ if (item.position().top >= 0) {
var previous = item.prev();
// if there are no items before the current one