matcornic/hugo-theme-learn

Check perfect-scrollbar is used correctly

Open

#258 opened on Apr 1, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (1,427 forks)batch import
bughelp wanted

Repository metrics

Stars
 (1,575 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

( 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.

Can either the duplicate file get removed, or can we remove it completely if it's unused?

Contributor guide