Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to jquery 3.3.1 #341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Richard-NL
Copy link

No description provided.

@peterwake
Copy link

Note that this update causes a glitch with the custom scrollbar plugin https://github.com/malihu/malihu-custom-scrollbar-plugin. This uses$(window).load(function(){ which has been deprecated, and now needs to be $(window).on("load", function(){

Unfortunately looks like now looks like the custom scrollbar repo isn't maintained. You need to update per this forked commit:

https://github.com/cowcross/RichFilemanager/commit/d9ae82235b1b1b9306e3f579e1dd3cd1ffc28b0c

@psolom
Copy link
Owner

psolom commented Dec 12, 2018

now needs to be $(window).on("load", function(){})

Does custom-scrollbar-plugin work correct with this fix?

You need to update per this forked commit

Could you include required fixed for custom-scrollbar-plugin into this PR to provide a complete solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants