summaryrefslogtreecommitdiffstats
path: root/packages/wekan-scrollbar/jquery.mCustomScrollbar.js
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 09:35:11 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 09:35:11 +0800
commitcfcc73724fcd394150d1b815d0a7a4c466e216b5 (patch)
treea9648255f14cd8b0e1ad8eee1f8d42337a0668bc /packages/wekan-scrollbar/jquery.mCustomScrollbar.js
parenta3658993128bdddd5d40f792c19281dc5eac51f5 (diff)
parent533bc045d06269dba2f42cdfe61817a1b3407974 (diff)
downloadwekan-cfcc73724fcd394150d1b815d0a7a4c466e216b5.tar.gz
wekan-cfcc73724fcd394150d1b815d0a7a4c466e216b5.tar.bz2
wekan-cfcc73724fcd394150d1b815d0a7a4c466e216b5.zip
Merge branch 'master' of https://github.com/wekan/wekan
Diffstat (limited to 'packages/wekan-scrollbar/jquery.mCustomScrollbar.js')
-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