From c546464d9f56117a8bf580512cd62fc1102559c3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 14 Dec 2018 23:13:15 +0200 Subject: - 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 --- .meteor/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.meteor/versions') 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 -- cgit v1.2.3-1-g7c22