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

Google Maps widget hard-codes jquery 3.1.0, conflicts with other imports of jquery #53

Open
siobahnv opened this issue Jul 3, 2019 · 1 comment

Comments

@siobahnv
Copy link

siobahnv commented Jul 3, 2019

I just tracked down an issue with datepicker-plus not working that turned out to be caused by this line in widgets.py:

        'https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js',

This was importing a second (older) copy of jquery, which was conflicting with an earlier import. I've worked around it for now by making a copy of GoogleMapsAddressWidget with that line removed.

@madisona
Copy link
Owner

thanks @siobahnv - do you know of any good strategies to work around or eliminate this issue in a general purpose kind of way?

dlenskyi added a commit to dlenskyi/django-google-maps that referenced this issue Oct 19, 2022
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

2 participants