changes from desktop computer

This commit is contained in:
Martin Bauer
2023-01-03 20:13:35 +01:00
parent e2c8915321
commit e2d166e437
51 changed files with 204 additions and 5008 deletions

View File

@@ -132,7 +132,6 @@
autoOpen: false
} );
$('input[data-location-widget]').click( function() {
var formCoordField = $(this);

View File

@@ -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',
)