-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
Spaces needed #4010
Copy link
Copy link
Closed
Description
There needs to be a space after Latitude, and one before and after Longitude, and maybe a comma as well - $("#data").html("Latitiude " + position.coords.latitude + ", Longitude " + position.coords.longitude);
Turns
latitude-1.2677468longitude-1.2677568
into
Latitude -1.2677468, Longitude -1.2677568
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels