summaryrefslogtreecommitdiffstats
path: root/packages/wekan-scrollbar
diff options
context:
space:
mode:
authorNicoP-S <paetni1@gmail.com>2020-03-26 21:17:17 +0100
committerGitHub <noreply@github.com>2020-03-26 21:17:17 +0100
commit7fa9603f9d53594227258d76a78af4023dc325b0 (patch)
tree8b1a3bb7c8837c709ca21c7d22af59ff7433a83c /packages/wekan-scrollbar
parent21b75edcdd8bc2fc79ae0a8c9c3691cc6f61c0ca (diff)
parent29d62440a5cf82b01de8183a384c6d7811abad81 (diff)
downloadwekan-7fa9603f9d53594227258d76a78af4023dc325b0.tar.gz
wekan-7fa9603f9d53594227258d76a78af4023dc325b0.tar.bz2
wekan-7fa9603f9d53594227258d76a78af4023dc325b0.zip
Merge pull request #1 from wekan/master
update
Diffstat (limited to 'packages/wekan-scrollbar')
-rw-r--r--packages/wekan-scrollbar/jquery.mCustomScrollbar.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/wekan-scrollbar/jquery.mCustomScrollbar.js b/packages/wekan-scrollbar/jquery.mCustomScrollbar.js
index 056e4284..e7d49997 100644
--- a/packages/wekan-scrollbar/jquery.mCustomScrollbar.js
+++ b/packages/wekan-scrollbar/jquery.mCustomScrollbar.js
@@ -109,9 +109,9 @@ and dependencies (minified).
scrollbarPosition:"inside",
/*
scrolling inertia
- values: integer (milliseconds)
+ values: integer (milliseconds). default: 0
*/
- scrollInertia:0,
+ scrollInertia:Meteor.settings.public.SCROLLINERTIA,
/*
auto-adjust scrollbar dragger length
values: boolean
@@ -161,7 +161,7 @@ and dependencies (minified).
scrolling amount in pixels
values: "auto", integer
*/
- scrollAmount:"auto",
+ scrollAmount:Meteor.settings.public.SCROLLAMOUNT,
/*
mouse-wheel scrolling axis
the default scrolling direction when both vertical and horizontal scrollbars are present