Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d4c8d6

Browse files
committedJun 19, 2017
1 parent 6eb6432 commit 3d4c8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎assets/js/default/formInMap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var formInMap = {
4848

4949
var coordinates = new Array(0, 0);
5050
if( notNull(contextData) && notNull(contextData.geo) && formInMap.updateLocality == true)
51-
coordinates = new Array(contextData.geo.latitude, contextData.geo.longitude);
51+
coordinates = new Array(formInMap.NE_lat, formInMap.NE_lng);
5252

5353
mylog.log("coordinates", coordinates);
5454

0 commit comments

Comments
 (0)
Please sign in to comment.