Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 81676f3

Browse files
committed
Merge pull request #346 from sparkica/fix_zero_location
Fix for missing location - ouyeah
2 parents fa28d1c + 763be4e commit 81676f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/js/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ var Codeweek = window.Codeweek || {};
131131
var geoLatLng = autocomplete.getPlace().geometry.location;
132132

133133
createMarker(geoLatLng);
134+
updateLatLng(geoLatLng.lat(), geoLatLng.lng());
134135
updateAddress(geoLatLng);
135136
}
136137

0 commit comments

Comments
 (0)