Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #37 from superproyectos/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
superproyectos authored Dec 14, 2018
2 parents 6c81182 + 2c2d1ba commit 5cddad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/mappy_board/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ async function findLocation()
$("#latitude").val(dir.lat);
$("#longitude").val(dir.lon);
const c=new Coordinates(dir.lat,dir.lon);
miniMap.clearMarkers();
miniMap.addMarker(c);
miniMap.setView(c);
const swal=new SwalModal(
Expand Down

0 comments on commit 5cddad3

Please sign in to comment.