summaryrefslogtreecommitdiffstats
path: root/.meteor
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-14 23:13:15 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-14 23:13:15 +0200
commitc546464d9f56117a8bf580512cd62fc1102559c3 (patch)
tree18f870ade0e981b4be3ccc203d5b9fa89236c783 /.meteor
parent67a5fdaf96a6932a6239302af6cefbbd60e8f347 (diff)
downloadwekan-c546464d9f56117a8bf580512cd62fc1102559c3.tar.gz
wekan-c546464d9f56117a8bf580512cd62fc1102559c3.tar.bz2
wekan-c546464d9f56117a8bf580512cd62fc1102559c3.zip
- Because scrollbar uses [remote file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50),
fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
Diffstat (limited to '.meteor')
-rw-r--r--.meteor/packages2
-rw-r--r--.meteor/versions2
2 files changed, 2 insertions, 2 deletions
diff --git a/.meteor/packages b/.meteor/packages
index 2db7fe2d..56732bb2 100644
--- a/.meteor/packages
+++ b/.meteor/packages
@@ -88,4 +88,4 @@ mquandalle:moment
msavin:usercache
wekan:wekan-ldap
wekan:accounts-cas
-maazalik:malihu-jquery-custom-scrollbar
+wekan-scrollbar
diff --git a/.meteor/versions b/.meteor/versions
index 05948769..2542c263 100644
--- a/.meteor/versions
+++ b/.meteor/versions
@@ -82,7 +82,6 @@ launch-screen@1.1.1
livedata@1.0.18
localstorage@1.2.0
logging@1.1.19
-maazalik:malihu-jquery-custom-scrollbar@3.0.6
matb33:collection-hooks@0.8.4
matteodem:easy-search@1.6.4
mdg:validation-error@0.5.1
@@ -179,6 +178,7 @@ useraccounts:unstyled@1.14.2
verron:autosize@3.0.8
webapp@1.4.0
webapp-hashing@1.0.9
+wekan-scrollbar@3.1.3
wekan:accounts-cas@0.1.0
wekan:wekan-ldap@0.0.2
yasaricli:slugify@0.0.7