summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index ec26d6302..99bd0f100 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2400,7 +2400,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
// is on the top, it should be expanded instead of the next one
if ((item.position().top === 0 && expandItemInCompact &&
!item.hasClass('open')) ||
- item.position().top > 1) {
+ item.position().top > 10) {
scrollToItem(scrollArea, item, expandItemInCompact);
jumped = true;
@@ -2565,6 +2565,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
});
}(window, document, $));
+
window.News = window.News || {};