Skip to content

Commit

Permalink
modal fix for more information
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Jan 19, 2024
1 parent a3a7ee1 commit c595738
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 c595738

Please sign in to comment.