Open matalo33 opened 5 years ago
( cc @ozobi )
There are two static JS files relating to perfect scrollbar
./static/js/perfect-scrollbar.min.js ./static/js/perfect-scrollbar.jquery.min.js
Are these duplicated files or do they serve different purposes? Additionally, I can't see the instantiation of the library anywhere
Looking for any mention of new PerfectScrollbar.
new PerfectScrollbar
Can either the duplicate file get removed, or can we remove it completely if it's unused?
I updated the code and sent a pull request. https://github.com/matcornic/hugo-theme-learn/pull/268
( cc @ozobi )
There are two static JS files relating to perfect scrollbar
Are these duplicated files or do they serve different purposes? Additionally, I can't see the instantiation of the library anywhere
Looking for any mention of
new PerfectScrollbar
.Can either the duplicate file get removed, or can we remove it completely if it's unused?