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 jquery to match django #55

Open
olymk2 opened this issue May 21, 2019 · 1 comment
Open

upgrade jquery to match django #55

olymk2 opened this issue May 21, 2019 · 1 comment

Comments

@olymk2
Copy link

olymk2 commented May 21, 2019

This is using a very old version of jquery which is likely now vunerable, also django seems to have jquery 3.3 already so only jquery ui should be needed, any reason this is still at the old version ?

@olymk2
Copy link
Author

olymk2 commented May 21, 2019

overriding in the admin area with this seems to work.

    class Media:
        OrderableAdmin.Media.js = ('//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js', )

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

No branches or pull requests

1 participant