Skip to content

Commit

Permalink
Dependency: Bumped to latest jquery v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madisona committed Aug 12, 2016
1 parent caa8e88 commit 1ff2acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_google_maps/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GoogleMapsAddressWidget(widgets.TextInput):
class Media:
css = {'all': (settings.STATIC_URL + 'django_google_maps/css/google-maps-admin.css',)}
js = (
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js',
'https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js',
'https://maps.google.com/maps/api/js?key={}'.format(settings.GOOGLE_MAPS_API_KEY),
settings.STATIC_URL + 'django_google_maps/js/google-maps-admin.js',
)
Expand Down

0 comments on commit 1ff2acb

Please sign in to comment.