Skip to content

Commit

Permalink
Merge pull request #122 from Invertus/DGS-299/popover-fix
Browse files Browse the repository at this point in the history
DGS-299/modal fix for more information
  • Loading branch information
GytisZum authored Mar 14, 2024
2 parents 0201c27 + c595738 commit ece885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/js/front/pudo-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function saveSelectedStreet(city, street) {
var coordinates = response.coordinates;
var $idReference = $parent.data('id');
$('.points-container').empty().append(response.template);

reselectDataPopover();
initMap(coordinates, true, response.selectedPudoId, false, $idReference);
isPudoPointSelected = true;
}
Expand Down

0 comments on commit ece885c

Please sign in to comment.