Skip to content

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

@siobahnv

Description

@siobahnv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions