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 #36 from superproyectos/feature/collection_order_r…
Browse files Browse the repository at this point in the history
…equests

HotFix del HotFix
  • Loading branch information
superproyectos authored Dec 14, 2018
2 parents 146d610 + 2c87dbc commit 2c2d1ba
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 2c2d1ba

Please sign in to comment.