changes from desktop computer
This commit is contained in:
@@ -132,7 +132,6 @@
|
||||
autoOpen: false
|
||||
} );
|
||||
|
||||
|
||||
$('input[data-location-widget]').click( function() {
|
||||
|
||||
var formCoordField = $(this);
|
||||
|
||||
@@ -48,9 +48,7 @@ class LocationWidget(widgets.TextInput):
|
||||
}
|
||||
# Use schemaless URL so it works with both, http and https websites
|
||||
js = (
|
||||
'/static/js/jquery-ui-1.10.0.custom.min.js',
|
||||
'//maps.google.com/maps/api/js?sensor=false&language=de&key={}'.format(settings.GOOGLE_MAPS_API_KEY),
|
||||
#'//maps.google.com/maps/api/js?sensor=false&language=de',
|
||||
'/static/js/bindWithDelay.js',
|
||||
'/location_field/media/form.js',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user