diff --git a/static/js/events.js b/static/js/events.js index ac3a8294..a1451d1d 100644 --- a/static/js/events.js +++ b/static/js/events.js @@ -131,6 +131,7 @@ var Codeweek = window.Codeweek || {}; var geoLatLng = autocomplete.getPlace().geometry.location; createMarker(geoLatLng); + updateLatLng(geoLatLng.lat(), geoLatLng.lng()); updateAddress(geoLatLng); }