Skip to content

Commit

Permalink
Merge branch 'bugfix/function_not_defined'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwaclawczyk committed Jan 30, 2024
2 parents 6d75357 + e8701f6 commit 53fba15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/frontend/templates/component/parcelshop.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $url = $magewire->getMapUrl();
<div id="parceslhop_desc" hidden="hidden"></div>

<script>
function openPopup() {
window.openPopup = function() {
var childWindow = open(
'<?= $escaper->escapeUrl($url) ?>',
"Mapa Parcelshop",
Expand All @@ -51,4 +51,4 @@ $url = $magewire->getMapUrl();
}

</script>
</div>
</div>

0 comments on commit 53fba15

Please sign in to comment.