We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f0181 commit 03626cbCopy full SHA for 03626cb
app/code/Magento/Shipping/view/frontend/templates/tracking/popup.phtml
@@ -62,8 +62,7 @@ $results = $block->getTrackingInfo();
62
</div>
63
<script>
64
require([
65
- 'jquery',
66
- 'prototype'
+ 'jquery'
67
], function (jQuery) {
68
/* hide the close button when the content doesn't open in a modal window */
69
if (window.opener === null || typeof window.opener === "undefined") {
0 commit comments